REST API - deleteUserSettings
The table summarizes the REST API - deleteUserSettings.
Request
Format | DELETE <baseurl>/usersettings/<storagekey> |
Path parameters | storagekey: Identifies the key used to persist data on the server. Must be created using the
storagekey attribute in the
saveUserSettings operation.
If the
However, if the
For additional information about the
Note: A System Administrator (that is, a user holding the "All System Actions" privilege) can delete the user settings for any user, even if the
restrictUserSettings property is set to true.
|
Response
JSON | If successful, returns 200 OK in the response header, and an empty response body. |
XML | If successful, returns 200 OK in the response header, and an empty response body. |
Example
Request | DELETE <baseurl>/usersettings/claims |