delete https://api.rainex.io/projects//product-families/
Deletes the product family by id
Error codes:
NotFound | There is no any product family with the id specified in the request URI |
Responses
Deletes the product family by id
Error codes:
NotFound | There is no any product family with the id specified in the request URI |
xxxxxxxxxx
curl --request DELETE \
--url https://api.rainex.io/projects/your-site-name-1/product-families/test-id \
--header 'accept: application/json'