ZITADEL Docs
APIsCore ResourcesV2Feature

ResetInstanceFeatures

Reset Instance Features

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

Required permissions:

  • iam.feature.delete
DELETE
/v2/features/instance

Response Body

application/json

application/json

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

Was this page helpful?