IService.EntityMemberAnnotationDelete Method

Definition

Delete an annotation of a member revision.

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

Parameters

Returns

Attributes

Remarks

The EntityMemberAnnotationDelete(EntityMemberAnnotationDeleteRequest) operation deletes an annotation of a member revision.

The following inputs MUST be specified for the annotation to delete:

  • MemberType Id
  • Version ID
  • Annotation

Applies to