ResetUserFeatures
Reset User Features
Deletes ALL configured features for a user, reverting the behaviors to organization defaults.
Required permissions:
- user.feature.delete
curl -X DELETE "https://loading/v2/features/user/string"{
"details": {
"sequence": 0,
"changeDate": "1s",
"resourceOwner": "string",
"creationDate": "1s"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?