Skip to main content

Delete Product Image

OAuthScope

ZohoCommerce.items.DELETE

 

HTTP Request

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

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/1706707000000561016/documents/1706707000000562027'

Success Response

Copied{
"code": 0,
"message": "Document Deleted Successfully"
}
This API is used to delete image of a product.