Organizations
Leave Organization
Calls
Intelligence
Conversational Pathways
- GETGet All Pathways Information
- GETGet Single Pathway Information
- POSTCreate Pathway
- POSTUpdate Pathway
- DELDelete Pathway
- Pathway Chat
- Pathway Versions
- Pathway Folders
Vector Knowledge Bases
Voices
Custom Tools
Web Agents
Custom Twilio Accounts
Batches
SMS
Account
Organizations
- POSTCreate Organization
- DELDelete Organization
- GETGet Organization
- GETGet Organization Members
- GETGet Organization's Current Service Version
- GETList Organization's Service Versions
- PATCHUpdate Organization's Service Version
- PATCHUpdate Organization Members
- PATCHUpdate Organization Member Permissions
- PATCHUpdate Organization Properties
- GETGet User Organization Memberships
- DELLeave Organization
- GETGet Organization Billing Information
- GETGet Organization Billing Refill Information
Organizations
Leave Organization
Remove the authenticated user from an organization.
DELETE
/
v1
/
orgs
/
self
/
leave
curl --request DELETE \
--url https://api.bland.ai/v1/orgs/self/leave \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"org_id": "<string>"
}'
{
"data": null,
"errors": null
}
Headers
Your API key for authentication.
Body
The unique identifier of the organization the user wants to leave.
Response
Always null
upon successful removal.
Always null
on success.
{
"data": null,
"errors": null
}
curl --request DELETE \
--url https://api.bland.ai/v1/orgs/self/leave \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"org_id": "<string>"
}'
{
"data": null,
"errors": null
}