cURL
curl --request DELETE \ --url https://api.chat-dash.com/v1/public/stripe/connect/accounts/{accountId}/subscriptions/{subscriptionId} \ --header 'Authorization: <authorization>'
{ "id": "sub_1ABC123DEF456GHI", "canceled": true }
Delete a subscription for a connected account.
All requests to the ChatDash API must be validated with the agency API Key found on your agency profile
The Stripe connected account ID
The Stripe subscription ID
OK
The subscription ID that was deleted
"sub_1ABC123DEF456GHI"
Indicates the subscription was successfully canceled
true