Delete Product by ID
DELETE/products/:productId
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.
Request
Version stringrequired
API Version
Available options
v3productId stringrequired
ID or the slug of the product that needs to be returned
locationId stringrequired
location Id
sendWishlistStatus boolean
Parameter which will decide whether to show the wishlisting status of products
Successful response
- application/json
- Schema
- Example (auto)
Schema
statusbooleanrequired
returns true if the product is successfully deleted
{
"status": true
}