ZITADEL Docs
APIsCore ResourcesV1Instance Objects

RemoveOrg

Remove Organization

Deprecated: use organization service v2 DeleteOrganization instead.

Deletes the organization and all its resources (Users, Projects, Grants to and from the org). Users of this organization will not be able to log in.

DELETE
/orgs/{org_id}

Path Parameters

org_id*string

Response Body

application/json

application/json

curl -X DELETE "https://loading/orgs/string"
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?