DELETE
/
products
/
{product_id}
/
api-details
/
{api_id}
/
oas
Delete OAS file of an API
curl --request DELETE \
  --url http://localhost:3001/portal-api/products/{product_id}/api-details/{api_id}/oas \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Path Parameters

product_id
integer
required

UID of an API Product

api_id
string
required

UID of an API as it comes from the API Provider

Example:

"a0ce49d559ce49d64fe608ea3728082a"

Response

200

OK