ZITADEL Docs
APIsCore ResourcesV2Settings

DeleteOrganizationSettings

Delete Organization Settings

Delete the settings specific to an organization.

Required permissions:

  • iam.policy.delete
DELETE
/v2/settings/organization

Request Body

application/json

organizationId?string

Organization ID in which this settings are set.

[key: string]?never

Response Body

application/json

application/json

curl -X DELETE "https://loading/v2/settings/organization" \  -H "Content-Type: application/json" \  -d '{}'
{
  "deletionDate": "1s"
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?