Delete an organization
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 ‘POST /api/v1/orgs/org-c/delete’, the caller must be an admin in org-a, org-b or
org-c.
Documentation Index
Fetch the complete documentation index at: https://docs.cognite.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
ID of an organization The ID of an organization
3 - 64^([a-z][a-z0-9-]{1,62}[a-z0-9])$"my-org"
Response
Successful deletion
The response is of type object.