curl --request DELETE \
--url https://services.leadconnectorhq.com/products/{productId}/price/{priceId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"status": true
}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.
curl --request DELETE \
--url https://services.leadconnectorhq.com/products/{productId}/price/{priceId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"status": true
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 ID of the product that needs to be used
"6578278e879ad2646715ba9c"
ID of the price that needs to be returned
"6578278e879ad2646715ba9c"
location Id
"6578278e879ad2646715ba9c"
Successful response
returns true if the price is successfully deleted
true
Was this page helpful?