delete https://app.ecwid.com/api/v3//discount_coupons/
Delete a specific coupon from an Ecwid store referring to its code or ID.
Access scopes
Requires the following access scope: update_discount_coupons
Response
A JSON object with the following fields:
Field | Type | Description |
---|---|---|
deleteCount | number | The number of deleted coupons (1 or 0 depending on whether the request was successful). It returns 0 when the coupon with the given code is not found |
Errors
In case of error, Ecwid responds with an error HTTP status code and JSON-formatted body containing error description.
HTTP codes
HTTP Status | Response JSON | Description |
---|---|---|
400 | Request parameters are malformed | |
403 | Access token doesn't have update_discount_coupons scope | |
500 | The request failed because of an error on the server |
Error response body (optional)
Field | Type | Description |
---|---|---|
errorMessage | string | Error message |