DELETE
/
organization
/
{id}
curl --request DELETE \
  --url https://api.voxia.ai/organization/{id} \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Id of the sub organization as a string ObjectId value.

Response

200
_mintlify/placeholder

Sub organization deleted successfully.