Skip to content

Delete Organization​

DELETE
/bridge-payment/organizations/{id}

Delete an organization permanently. Only the organization owner can delete. This will CASCADE delete all organization members and related resources. This action cannot be undone.

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​

Organization deleted successfully

application/json
JSON
{
"success": true,
"message": "Organization deleted successfully"
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI