ServiceClient.IService.AnnotationsDelete(AnnotationsDeleteRequest) Method

Definition

Deletes an existing annotation.

 virtual Microsoft::MasterDataServices::AnnotationsDeleteResponse ^ Microsoft.MasterDataServices.IService.AnnotationsDelete(Microsoft::MasterDataServices::AnnotationsDeleteRequest ^ request) = Microsoft::MasterDataServices::IService::AnnotationsDelete;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.AnnotationsDeleteResponse IService.AnnotationsDelete (Microsoft.MasterDataServices.AnnotationsDeleteRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.AnnotationsDelete : Microsoft.MasterDataServices.AnnotationsDeleteRequest -> Microsoft.MasterDataServices.AnnotationsDeleteResponse
override this.Microsoft.MasterDataServices.IService.AnnotationsDelete : Microsoft.MasterDataServices.AnnotationsDeleteRequest -> Microsoft.MasterDataServices.AnnotationsDeleteResponse
Function AnnotationsDelete (request As AnnotationsDeleteRequest) As AnnotationsDeleteResponse Implements IService.AnnotationsDelete

Parameters

request
AnnotationsDeleteRequest

The delete request.

Returns

The AnnotationsDeleteResponse for the operation.

Implements

Attributes

Applies to