Skip to main content
DELETE
/
stripe
/
connect
/
accounts
/
{accountId}
/
coupons
/
{couponId}
Delete Coupon
curl --request DELETE \
  --url https://api.chat-dash.com/v1/public/stripe/connect/accounts/{accountId}/coupons/{couponId} \
  --header 'Authorization: <authorization>'
{
  "id": "SUMMER20",
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.chat-dash.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string
required

All requests to the ChatDash API must be validated with the agency API Key found on your agency profile

Path Parameters

accountId
string
required

The Stripe connected account ID

couponId
string
required

The Stripe coupon ID

Response

OK

id
string

The coupon ID that was deleted

Example:

"SUMMER20"

deleted
boolean

Indicates the coupon was successfully deleted

Example:

true