Skip to main content

Delete a Product

OAuthScope

ZohoCommerce.items.DELETE

 

HTTP Request

DELETE https://commerce.zoho.com/store/api/v1/products/ 

 

Query Parameters

ParameterValues
force_deletestring: To force delete the product.

 

Sample Request

Copiedcurl -i -X DELETE \
-H "Authorization:Zoho-oauthtoken ***" \
-H "X-com-zoho-store-organizationid:682219181" \
'https://commerce.zoho.com/store/api/v1/products/1706707000000576007?force_delete=true'

Success Response

Copied{
"code": 0,
"message": "The Product and all its variants deleted successfully"
}
This API is used to delete the products in your store.