Authorizations
Path Parameters
UID of an API Product
Example:
1
Response
OK
Status of the operation
Example:
"ok"
curl --request DELETE \
--url http://localhost:3001/portal-api/products/{product_id} \
--header 'Authorization: <api-key>'
{
"status": "ok"
}
Delete a product
curl --request DELETE \
--url http://localhost:3001/portal-api/products/{product_id} \
--header 'Authorization: <api-key>'
{
"status": "ok"
}
UID of an API Product
1
OK
Status of the operation
"ok"
Was this page helpful?