ZITADEL Docs
APIsCore ResourcesV2Organization

Deactivate Organization

Sets the state of my organization to deactivated. Users of this organization will not be able to log in.

Required permission:

  • org.write
POST
/v2/organizations/{organization_id}/deactivate

Path Parameters

organization_id*string

OrganizationID is the unique identifier of the organization to be deactivated.

Response Body

application/json

curl -X POST "https://loading/v2/organizations/string/deactivate"
{
  "changeDate": "2023-01-15T01:30:15.01Z"
}

Was this page helpful?