IService.AnnotationsDelete(AnnotationsDeleteRequest) 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.
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.