DELETE
/
v1
/
products
/
{product_id}
Delete a Specific Product by ID
curl --request DELETE \
  --url https://api.trata.ai/v1/products/{product_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Success"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

product_id
string
required

ID of the product

Response

200
application/json

Product deleted successfully

The response is of type object.