Delete a price
DELETE/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
Loading...