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 options
v3productId 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
Successful response
- application/json
- Schema
- Example (auto)
Schema
statusbooleanrequired
returns true if the price is successfully deleted
{
"status": true
}