---
title: "Delete an annotation"
method: DELETE
path: "/api/v2/annotation/{annotation_id}"
tags: ["Annotations"]
---

# Delete an annotation

`DELETE /api/v2/annotation/{annotation_id}`

Deletes an existing annotation by ID.
Returns `204 No Content` if the annotation does not exist (idempotent).

## Path parameters

- `annotation_id` string, uuid, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `429` — Too many requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
