Skip to content

Cancel Subscription​

POST
/bridge-payment/subscriptions/{id}/cancel

Cancel a subscription. Can be set to cancel at period end or immediately.

Authorizations​

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Parameters​

Path Parameters

id*
Typestring
Required

Request Body​

application/json
JSON
{
"cancel_at_period_end": true,
"reason": "string"
}

Responses​

Subscription canceled successfully

Playground​

Server
Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI