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
RequiredExample
"org_abc123"Responses​
Organization deleted successfully
application/json
JSON
{
"success": true,
"message": "Organization deleted successfully"
}