IService.AnnotationsDelete(AnnotationsDeleteRequest) Method

Definition

Deletes an existing annotation.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::AnnotationsDeleteResponse ^ AnnotationsDelete(Microsoft::MasterDataServices::Services::MessageContracts::AnnotationsDeleteRequest ^ 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.AnnotationsDeleteResponse AnnotationsDelete (Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsDeleteRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member AnnotationsDelete : Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsDeleteRequest -> Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsDeleteResponse
Public Function AnnotationsDelete (request As AnnotationsDeleteRequest) As AnnotationsDeleteResponse

Parameters

request
AnnotationsDeleteRequest

The request.

Returns

Attributes

Remarks

The AnnotationsDelete(AnnotationsDeleteRequest) operation deletes an existing annotation by annotation ID. Only the user who created the annotation or a model administrator can delete an annotation. The annotations are found by ID.

Applies to