ResetOrganizationFeatures
Reset Organization Features
Deletes ALL configured features for an organization, reverting the behaviors to instance defaults.
Required permissions:
- org.feature.delete
curl -X DELETE "https://loading/v2/features/organization/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?