---
title: "Delete an Annotation"
method: DELETE
path: "/annotations/{id}"
tags: ["annotations"]
---

# Delete an Annotation

`DELETE /annotations/{id}`

## Path parameters

- `id` string, required — The annotation's unique identifier

## Response `200`

Success

- object
  - `deleted` true, required
  - `id` string, required

---

[API](https://skmtc.dev/hypothesis/apis/hypothesis-api.md) · [All operations](https://skmtc.dev/hypothesis/apis/hypothesis-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hypothesis/hypothesis-api/revisions/a5929648b2e9/schema)
