Skip to main content
Version: v3

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 optionsv3
productId 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

application/json

Successful response

Schema
    statusbooleanrequired

    returns true if the product is successfully deleted