Skip to main content

Delete Category Image

HTTP Request

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

 

OAuthScope

ZohoCommerce.items.DELETE

Request Example

Copiedcurl -X DELETE
'https://commerce.zoho.com/store/api/v1/categories/1706707000000538083/documents/1706707000000535022'
-H 'Authorization: Zoho-oauthtoken ***'
-H 'X-com-zoho-store-organizationid: 682219181'

Success Response

Copied{
"code": 0,
"message": "Document Deleted Successfully"
}

Failure Response

Copied{
"code": 33008,
"message": "Sorry, this file does not exist."
}
Use this API to delete your category image.