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
Blocked Numbers
Voices
Custom Tools
Web Agents
Custom Twilio Accounts
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
SMS
Organizations
Delete Organization
Delete an organization.
DELETE
/
v1
/
orgs
/
{org_id}
Copy
Ask AI
curl --request DELETE \
--url https://api.bland.ai/v1/orgs/{org_id} \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"delete_confirm": "<string>"
}'
Copy
Ask AI
{
"data": null,
"errors": null
}
Headers
Your API key for authentication.
Path Parameters
The unique identifier of the organization you want to delete.
Body
The slug of the organization to confirm deletion.
Response
Always null
upon successful deletion.
null
if successful; contains error details if the request fails.
Copy
Ask AI
{
"data": null,
"errors": null
}
Copy
Ask AI
curl --request DELETE \
--url https://api.bland.ai/v1/orgs/{org_id} \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"delete_confirm": "<string>"
}'
Copy
Ask AI
{
"data": null,
"errors": null
}
Assistant
Responses are generated using AI and may contain mistakes.