IService.ExportViewDelete(ExportViewDeleteRequest) 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.
Removes an existing export (subscription) view.
public:
Microsoft::MasterDataServices::Services::MessageContracts::ExportViewDeleteResponse ^ ExportViewDelete(Microsoft::MasterDataServices::Services::MessageContracts::ExportViewDeleteRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.ExportViewDeleteResponse ExportViewDelete (Microsoft.MasterDataServices.Services.MessageContracts.ExportViewDeleteRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member ExportViewDelete : Microsoft.MasterDataServices.Services.MessageContracts.ExportViewDeleteRequest -> Microsoft.MasterDataServices.Services.MessageContracts.ExportViewDeleteResponse
Public Function ExportViewDelete (request As ExportViewDeleteRequest) As ExportViewDeleteResponse
Parameters
- request
- ExportViewDeleteRequest
The request.
Returns
- Attributes
Remarks
The ExportViewDelete(ExportViewDeleteRequest) operation removes an existing export view from the master data database.