Delete a coupon
Discounts
Delete a coupon
Permanently delete a discount coupon from the store. Requires the WRITE_DISCOUNTS scope.
DELETE
Delete a coupon
Permanently deletes a coupon from the store; returns an error if it is not found. The store is bound to your app token server-side — never send a shop id.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The coupon's unique id.
Response
The coupon was permanently deleted.
Standard Salesive response envelope. The operation-specific payload is carried in data.

