Skip to main content
POST
/
api
/
v1
/
orgs
/
{org}
/
delete
Delete an organization
curl --request POST \
  --url https://auth.cognite.com/api/v1/orgs/{org}/delete
{}

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

org
string
required

ID of an organization The ID of an organization

Required string length: 3 - 64
Pattern: ^([a-z][a-z0-9-]{1,62}[a-z0-9])$
Example:

"my-org"

Response

200 - application/json

Successful deletion

The response is of type object.

Last modified on May 13, 2026