Skip to main content
DELETE
/
v1
/
enterprise
/
account
/
{accountId}
Detach a child org from Enterprise
curl --request DELETE \
  --url https://api.mezmo.com/v1/enterprise/account/{accountId} \
  --header 'enterprise-servicekey: <api-key>'
{
  "account": "0000000000"
}

Documentation Index

Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

enterprise-servicekey
string
header
required

When authorizing against our enterprise endpoints, they expect an enterprise service key instead of a regular organization service key. Some endpoints might expect both an enterprise service key and a regular organization service key.

Path Parameters

accountId
string
required

Account number of the organization

Example:

"0000000000"

Response

The child org was removed successfully, a simple status is returned.

account
string

Account number of the organization

Example:

"0000000000"