DELETE
/
products
/
{product_id}
Delete a product
curl --request DELETE \
  --url http://localhost:3001/portal-api/products/{product_id} \
  --header 'Authorization: <api-key>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Path Parameters

product_id
integer
required

UID of an API Product

Example:

1

Response

OK

status
string

Status of the operation

Example:

"ok"