Skip to main content

Delete a Variant

OAuthScope

ZohoCommerce.items.DELETE

 

HTTP Request

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

Sample Request

Copiedcurl -i -X DELETE \
-H "Authorization:Zoho-oauthtoken ***" \
-H "X-com-zoho-store-organizationid:682219181" \
'https://commerce.zoho.com/store/api/v1/variants/1706707000000563149'

Success Response

Copied{
"code": 0,
"message": "Variant deleted successfully"
}
This API is used to delete the variant of the product.