---
title: "Delete annotation"
method: DELETE
path: "/reader/books/{book_id}/annotations/{annotation_id}"
tags: ["Reader"]
---

# Delete annotation

`DELETE /reader/books/{book_id}/annotations/{annotation_id}`

Delete an annotation

## Path parameters

- `book_id` string, required
- `annotation_id` integer, required

## Response `200`

OK

- object
  - `data` object
    - `deleted` boolean
    - `id` integer

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/lxpio/apis/omnigram-api.md) · [All operations](https://skmtc.net/lxpio/apis/omnigram-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lxpio/omnigram-api/versions/58911ffb3093/schema)
