IService.UserPreferencesDelete(UserPreferencesDeleteRequest) Method

Definition

Deletes the current user's preferences.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesDeleteResponse ^ UserPreferencesDelete(Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesDeleteRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteResponse UserPreferencesDelete (Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member UserPreferencesDelete : Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteRequest -> Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteResponse
Public Function UserPreferencesDelete (request As UserPreferencesDeleteRequest) As UserPreferencesDeleteResponse

Parameters

Returns

Attributes

Remarks

The UserPreferencesDelete(UserPreferencesDeleteRequest) operation deletes the current user's selected preferences within the MDS repository. One or more preferences can be specified for deletion by submitting a dictionary list. Or, all saved preferences can be deleted by setting DeleteAllUserPreferences to true.

Applies to