Delete a price
DELETEhttps://api.staging.powerapi.com/api/v1/supplier_products/:id/custom_prices/:custom_price_id
This EP allows you to delete a price for a given product, no matter if it's a custom or default price.
Request
Path Parameters
id stringrequired
id of the product of which price you want to retrieve
custom_price_id stringrequired
Responses
- 204
Delete a business price
- application/vnd.api+json
- Schema
Schema
any
- curl
- python
- go
- nodejs
- ruby
- java
- powershell
- CURL
curl -L -X DELETE 'https://api.staging.powerapi.com/api/v1/supplier_products/:id/custom_prices/:custom_price_id' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear