cURL
curl -X DELETE \ /coupons/{id} \ --header "Authorization: Bearer <token>"
Delete a coupon.
coupon:write
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Coupon identifier
Coupon resource deleted
War diese Seite hilfreich?