ServiceClient.AnnotationsDelete(International, Int32) Method

Definition

Deletes the existing annotation with the specified identifier.

public:
 Microsoft::MasterDataServices::OperationResult ^ AnnotationsDelete(Microsoft::MasterDataServices::International ^ International, int Id);
public Microsoft.MasterDataServices.OperationResult AnnotationsDelete (Microsoft.MasterDataServices.International International, int Id);
member this.AnnotationsDelete : Microsoft.MasterDataServices.International * int -> Microsoft.MasterDataServices.OperationResult
Public Function AnnotationsDelete (International As International, Id As Integer) As OperationResult

Parameters

International
International

The cultural settings.

Id
Int32

The unique integer identifier of the annotation to delete.

Returns

An OperationResult object that represents the result of the operation.

Applies to