ZITADEL Docs
APIsCore ResourcesV1Organization Objects

RemoveOrg

Delete Organization

Deprecated: use organization service v2 DeleteOrganization instead.

Deletes my 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/me

Response Body

application/json

application/json

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

Was this page helpful?