Skip to main content
Version: 2023-02-21

Delete Price by ID for a Product

DELETE 

/products/:productId/price/:priceId

The "Delete Price by ID for a Product" API allows deleting a specific price associated with a particular product using its unique identifier. Use this endpoint to remove a price from the system.

Request

Version stringrequired

API Version

Available options2023-02-21
productId stringrequired

ID of the product that needs to be used

priceId stringrequired

ID of the price that needs to be returned

locationId stringrequired

location Id

application/json

Successful response

Schema
    statusbooleanrequired

    returns true if the price is successfully deleted