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 restrictUserSettings property in the de.properties file is set to false, there are no restrictions on what you can pass in the storageKey attribute.

However, if the restrictUserSettings property in the de.properties file is set to true (the default), and you are passing a GUID in the storageKey attribute, it must be the GUID of the calling user. This prevents the user from deleting user settings for other users.

For additional information about the restrictUserSettings property, see "Configuration of the TIBCO ActiveMatrix BPM Directory Engine" in the TIBCO ActiveMatrix BPM Administration guide.

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