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

Headers

x-sub-organization-id
string

Optional sub organization ID. Must belong to your main organization API key.

Path Parameters

id
string
required

Id of the sub organization as a string ObjectId value.

Response

200

Sub organization deleted successfully.