ZITADEL Docs
APIsCore ResourcesV2Feature

ResetSystemFeatures

Reset System Features

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

Required permissions:

  • system.feature.delete
DELETE
/v2/features/system

Response Body

application/json

application/json

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

Was this page helpful?