GuideLab API

Disconnect Stripe Connect

Revoke the Standard OAuth authorization and deactivate the current local connection while retaining its account and lifecycle history.

POST
/stripe-connect/disconnect

Revoke the Standard OAuth authorization and deactivate the current local connection while retaining its account and lifecycle history.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

application/json

curl -X POST "https://example.com/stripe-connect/disconnect"
{  "success": true,  "message": "string"}
Empty
{  "error": "string",  "blockers": [    "payment_attempt"  ]}
Empty
Empty
Empty