---
title: "Delete Annotation"
method: DELETE
path: "/projects/{projectId}/annotations/{annotationId}"
tags: ["Delete Annotation"]
---

# Delete Annotation

`DELETE /projects/{projectId}/annotations/{annotationId}`

Delete an Annotation. Requires a role of at least Analyst.

## Response `200`

Success

- DeleteAnnotationsResponse — A JSON response object containing the id of the deleted annotation'
  - `status` string, required — The status of the response
  - `results` object, required
    - `id` number — The id of the deleted annotation

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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