remove_annotation_by_id

swxsoc.util.grafana.remove_annotation_by_id(annotation_id: int, mission_dashboard: str | None = None) bool[source]

Deletes an annotation by its ID.

Args:

annotation_id (int): The ID of the annotation to delete.

Returns:

bool: True if the annotation was successfully deleted, False otherwise.