Skip to main content
DELETE
Delete Price by ID for a Product

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Path Parameters

productId
string
required

ID of the product that needs to be used

Example:

"6578278e879ad2646715ba9c"

priceId
string
required

ID of the price that needs to be returned

Example:

"6578278e879ad2646715ba9c"

Query Parameters

locationId
string
required

location Id

Example:

"6578278e879ad2646715ba9c"

Response

Successful response

status
boolean
required

returns true if the price is successfully deleted

Example:

true

Last modified on March 8, 2026