User 2.5 DeletePreferences
How to delete preferences for existing Content Manager users.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services, making this parameter redundant. |
| psUserId | String | In | The element name of the user (e.g. VUSERADMIN). |
| psSetName | String | In | The set name of the preference set in which items need to be deleted. |
| psItemName | String | In | The item name of the preference item that needs to be deleted from the set. |
Requirements are:
- The user must be an administrator or the
psUserIdmust be an element name of the current user.