curl --request DELETE \
--url https://api.bland.ai/v1/orgs/{org_id} \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"delete_confirm": "<string>"
}'
{
"data": null,
"errors": null
}
Delete an organization.
curl --request DELETE \
--url https://api.bland.ai/v1/orgs/{org_id} \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"delete_confirm": "<string>"
}'
{
"data": null,
"errors": null
}
null
upon successful deletion.null
if successful; contains error details if the request fails.{
"data": null,
"errors": null
}