Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url http://localhost:7701/api/v1/subscriptions/coupons/{uuid} \ --header 'X-API-Key: <api-key>'
{ "message": "Coupon deleted successfully." }
Soft-deletes a coupon. Existing subscriptions that already applied it are not affected.
Company API key. Send in the X-API-Key header.
Coupon deleted
"Coupon deleted successfully."