Delete a Discount

DELETE

/v1/discounts/:id

Delete a discount with the given ID.


curl -X "DELETE" "https://api.lemonsqueezy.com/v1/discounts/1" \
  -H 'Accept: application/vnd.api+json' \
  -H 'Content-Type: application/vnd.api+json' \
  -H 'Authorization: Bearer {api_key}'

Returns

Returns a 204 No Content response on success.


Was this page helpful?