Salesly API
API Reference

Delete a product category

DELETE
/product-categories/{id}

Authorization

x-api-key<token>

Your tenant API key

In: header

Path Parameters

id
Required
integer
curl -X DELETE "https://rest.salesly.app/api/v1/developers/product-categories/0" \
  -H "x-api-key: <token>"

Category deleted

{
  "deleted": true
}