curl --request DELETE \
--url https://services.leadconnectorhq.com/products/{productId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"status": true
}The “Delete Product by ID” API allows deleting a specific product using its unique identifier. Use this endpoint to remove a product from the system.
curl --request DELETE \
--url https://services.leadconnectorhq.com/products/{productId} \
--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 or the slug of the product that needs to be returned
"6578278e879ad2646715ba9c"
location Id
"6578278e879ad2646715ba9c"
Parameter which will decide whether to show the wishlisting status of products
true
Successful response
returns true if the product is successfully deleted
true
Was this page helpful?