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