---
title: "Flag an annotation"
method: PUT
path: "/annotations/{id}/flag"
tags: ["annotations"]
---

# Flag an annotation

`PUT /annotations/{id}/flag`

Flag an annotation for review (moderation). The moderator of the group
containing the annotation will be notified of the flag and can decide
whether or not to hide the annotation. Note that flags persist and
cannot be removed once they are set.

## Path parameters

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

## Response `204`

Success (No Content)

---

[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)
