Skip to main content

Delete a price

DELETE 

https://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

Delete a business price

Schema

    any

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>'
Request Collapse all
Base URL
https://api.staging.powerapi.com
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!