Skip to content

Delete a customer discount ​

Removes the currently applied discount on a customer.

Returns ​

An object with a deleted flag set to true upon success. This call returns an error otherwise, such as if no discount exists on this customer.

curl
curl -X DELETE https://api.stripe.com/v1/customers/{{CUSTOMER_ID}}/discount \
  -u "<<YOUR_SECRET_KEY>>"

Response ​

json
{
  "object": "discount",
  "deleted": true
}

Stripe API Reference - Self-contained docs reference, refreshed 2026-05-18