Skip to content

Leave Organization​

POST
/bridge-payment/organizations/{id}/leave

Leave an organization. Any member except the owner can leave. The owner must delete the organization instead of leaving it.

Authorizations​

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Parameters​

Path Parameters

id*

Organization ID

Typestring
Required
Example"org_abc123"

Responses​

Successfully left the organization

application/json
JSON
{
"success": true,
"message": "You have left the organization successfully"
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI