Skip to main content

Delete Coupon

HTTP Request

DELETE https://commerce.zoho.com/store/api/v1/coupons/{coupon_id} 

 

OAuth Scope

ZohoCommerce.coupons.DELETE

Request Example

Copiedcurl -i -L -X DELETE
-H "Authorization:Zoho-oauthtoken ***"
-H "X-com-zoho-store-organizationid:58927961"
'https://commerce.zoho.com/store/api/v1/coupons/1706707000000544013'

Success Response

Copied{
"code": 0,
"message": "Coupon deleted successfully"
}

Failure Response

Copied{
"code": 1002,
"message": "Invalid coupon passed"
}
Use this API to delete a specific coupon for a store in Zoho Commerce.