curl -X DELETE \
/catalogue/products/{id} \
--header "Authorization: Bearer <token>"
Delete a product
Required permissions:product:write
curl -X DELETE \
/catalogue/products/{id} \
--header "Authorization: Bearer <token>"
Value for the Authorization header parameter.
Product identifier
Product resource deleted
Was this page helpful?