Delete Product by ID
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.
DELETE
Delete Product by ID
Headers
API Version
Available options:
2021-07-28 Path Parameters
ID or the slug of the product that needs to be returned
Example:
"6578278e879ad2646715ba9c"
Query Parameters
location Id
Example:
"6578278e879ad2646715ba9c"
Parameter which will decide whether to show the wishlisting status of products
Example:
true
Response
Successful response
returns true if the product is successfully deleted
Example:
true
Last modified on March 8, 2026
Delete Product by ID