Skip to main content
DELETE
/
api
/
v1
/
subscriptions
/
coupons
/
{uuid}
Delete a coupon
curl --request DELETE \
  --url http://localhost:7701/api/v1/subscriptions/coupons/{uuid} \
  --header 'X-API-Key: <api-key>'
{
  "message": "Coupon deleted successfully."
}

Authorizations

X-API-Key
string
header
required

Company API key. Send in the X-API-Key header.

Path Parameters

uuid
string<uuid>
required

Response

Coupon deleted

message
string
Example:

"Coupon deleted successfully."