Annotation 2.5 Delete
Delete an annotation.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services, making this parameter redundant. |
| psAnnotationId | String | In | The unique identifier of the annotation |
Requirements are:
- Only the user who created the annotation or an 'Administrator' can delete the annotation.
- An annotation can only be deleted when there are no replies on that annotation.
Note that:
- All logical identifiers within Content Manager are in uppercase.
- It is not possible to delete replies using this method. Use the specific
DeleteReplymethod to handle them.