Skip to content
Docs
Organizations

Delete organization by ID or label

Delete organization by ID or label

DELETE/organizations/{organization_id}

Deletes the organization and all zones.

Path ParametersExpand Collapse
organization_id: string

Organization ID or label identifier

minLength1
maxLength255
Header ParametersExpand Collapse
"X-Client-Request-ID": optional string
formatuuid

Delete organization by ID or label

curl https://api.keycard.ai/organizations/$ORGANIZATION_ID \
    -X DELETE \
    -H "Authorization: Bearer $KEYCARD_API_API_KEY"
Returns Examples