delete_annotation
Delete a specific annotation by its ID. Verify details beforehand to prevent accidental removal.
Instructions
Delete an annotation (DELETE /v1/annotations/:id). No other rows depend on it, so there is no CASCADE impact. To guard against accidental deletion, checking the details with get_annotation first is recommended.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| annotationId | Yes | Target annotation id (AUTOINCREMENT integer) |