Coupons
Delete an applied coupon
This endpoint is used to delete a specific coupon that has been applied to a customer.
DELETE
/
customers
/
{external_customer_id}
/
applied_coupons
/
{applied_coupon_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
external_customer_id
string
requiredThe customer external unique identifier (provided by your own application)
applied_coupon_id
string
requiredUnique identifier of the applied coupon, created by Lago.
Response
200 - application/json
applied_coupon
object
requiredWas this page helpful?