axiom.deleteAnnotation deletes one annotation and returns null. Dataset events and dashboard configuration are unchanged.
automations/axiom-delete-annotation.automation.ts
Input
annotationId is required and selects the annotation to delete.
Output
Returnsnull after Axiom confirms deletion.
Permission and failures
The API token needs the organization-levelannotations|delete capability. Axiom returns an error when the annotation does not exist or the token cannot delete it. This mutation is not retried automatically after an ambiguous provider response.