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
{}

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 April 23, 2026