ZITADEL Docs
APIsCore ResourcesV2Feature

Reset User Features

Deletes ALL configured features for a user, reverting the behaviors to organization defaults.

Required permissions:

  • user.feature.delete
DELETE
/v2/features/user/{user_id}

Path Parameters

user_id*string

Response Body

application/json

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

Was this page helpful?