Remove Annotation
task_denotate:
Instructions
Remove a specific annotation from a task by exact text match. The annotation text must match exactly (case-sensitive). Use task_info to see all annotations on a task before removing. To add annotations, use task_annotate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID number (e.g. '1') or UUID. | |
| text | Yes | Exact annotation text to remove (case-sensitive). Must match a previously added annotation. |