ZITADEL Docs
APIsCore ResourcesV2Feature

Reset Organization Features

Deletes ALL configured features for an organization, reverting the behaviors to instance defaults.

Required permissions:

  • org.feature.delete
DELETE
/v2/features/organization/{organization_id}

Path Parameters

organization_id*string

Response Body

application/json

curl -X DELETE "https://loading/v2/features/organization/string"
{
  "details": {
    "sequence": 0,
    "changeDate": "2023-01-15T01:30:15.01Z",
    "resourceOwner": "string",
    "creationDate": "2023-01-15T01:30:15.01Z"
  }
}

Was this page helpful?