Service.UserPreferencesDelete(UserPreferencesDeleteRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delete the user's preferences.
public:
virtual Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesDeleteResponse ^ UserPreferencesDelete(Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesDeleteRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteResponse UserPreferencesDelete (Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteRequest request);
abstract member UserPreferencesDelete : Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteRequest -> Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteResponse
override this.UserPreferencesDelete : Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteRequest -> Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteResponse
Public Function UserPreferencesDelete (request As UserPreferencesDeleteRequest) As UserPreferencesDeleteResponse
Parameters
- request
- UserPreferencesDeleteRequest
The UserPreferencesDeleteRequest for the operation.
Returns
The UserPreferencesDeleteResponsefor the operation.