ListOfValues 2.5 DeleteValue
Describes how to delete an existing value from the specified list of values
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. |
| psLovId | String | In | The element name of the list of values |
| psLovValueId | String | In | The element name of the value within the list of values |
Requirements are:
- Only an 'Administrator' user can delete an existing value from the specified list.
Note that:
- Deleting a value can only be done if no other object references the value.
- Note that you can also deactivate the value(see ListOfValues.UpdateValue).
- You are not allowed to delete an existing value of a system (e.g. BOOLEAN) or object (e.g. DOUTPUTFORMATNAME, DUSERGROUP) lov.