Delete an organizationDeprecated

Delete an organization. Users will be locked out of the organization immediately. This also applies to the caller.

The organization cannot contain sub-organizations or projects at the time of deletion.

This is a soft-delete, so Cognite Support can restore the organization in case of accidents.

Access control

Requires the caller to be an admin in the organization, or any of its ancestors.

Example: Assume an organization hierarchy like: org-a -> org-b -> org-c. To delete org-c, which means calling 'DELETE /api/admin/orgs/org-c', the caller must be an admin in org-a, org-b or org-c.

Securityorg-oidc-token
Request
path Parameters
org
required
string (OrgId) [ 3 .. 64 ] characters ^([a-z][a-z0-9-]{1,62}[a-z0-9])$

ID of an organization

Example: my-org
Responses
204

Successful deletion

delete/api/admin/orgs/{org}
Request samples