Delete organization by ID or label
Delete organization by ID or label
DELETE/organizations/{organization_id}
Deletes the organization and all zones.
Path Parameters
organization_id: string
Organization ID or label identifier
minLength1
maxLength255
Header Parameters
"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"