Skip to main content
POST
/
v1.0
/
products
/
delete
json
{
  "ProductId": "PRID-d9e74d70-3ca8-40f3-a415-e1194b0f8936"
}
{
  "ProductId": "PRID-d9e74d70-3ca8-40f3-a415-e1194b0f8936",
  "ProductStatus": "Deleted"
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
ProductId
string
required

Product ID to delete

Example:

"PRID-d9e74d70-3ca8-40f3-a415-e1194b0f8936"

Response

200 - application/json

Delete Product

The response is of type object.