Skip to main content
DELETE
/
products
/
:id
curl --request DELETE \
  --url 'https://transaction-tax.api.in.commenda.io/api/v1/products/123e4567-e89b-12d3-a456-426614174000' \
  --header 'Authorization: Bearer YOUR_API_KEY'
curl --request DELETE \
  --url 'https://transaction-tax.api.in.commenda.io/api/v1/products/123e4567-e89b-12d3-a456-426614174000' \
  --header 'Authorization: Bearer YOUR_API_KEY'

Authorizations

Authorization
string
header
required

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

Response

Delete a product response.