Skip to main content
DELETE
/
1
/
query_annotations
/
{datasetSlug}
/
{queryAnnotationId}
Delete a Query Annotation
curl --request DELETE \
  --url https://api.honeycomb.io/1/query_annotations/{datasetSlug}/{queryAnnotationId}
{
  "error": "<string>"
}

Path Parameters

datasetSlug
string
required

The dataset slug or use __all__ for endpoints that support environment-wide operations.

queryAnnotationId
string
required

The unique identifier (ID) of the annotation.

Response

Success - no content