Delete Price by ID for a Product
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.
DELETE
Delete Price by ID for a Product
Headers
API Version
Available options:
2021-07-28 Path Parameters
ID of the product that needs to be used
Example:
"6578278e879ad2646715ba9c"
ID of the price that needs to be returned
Example:
"6578278e879ad2646715ba9c"
Query Parameters
location Id
Example:
"6578278e879ad2646715ba9c"
Response
Successful response
returns true if the price is successfully deleted
Example:
true
Last modified on March 8, 2026
Delete Price by ID for a Product