Skip to main content

Delete a List of Products

OAuthScope

ZohoCommerce.items.DELETE

 

HTTP Request

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

 

Query Parameters

ParameterValues
product_ids*string: Give list of product_ids with comma separated.
is_deletedInfoNeededstring: To get the detail of 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?product_ids=1706707000000576037%2C1706707000000576067'

Success Response

Copied{
"code": 0,
"message": " Products and all its variants deleted successfully"
}
This API allows to delete a given list of products.