---
title: "Batch delete annotations"
method: POST
path: "/v3/annotations/batch_delete"
tags: ["Annotations"]
---

# Batch delete annotations

`POST /v3/annotations/batch_delete`

Batch delete annotations

## Request body

- AnnotationPropertiesId[] — Array of annotation IDs to be deleted

## Response `200`

Successfully deleted annotations.

- BatchDeleteAnnotationsResponse
  - `validationResults` object — The validation results created, changed or deleted as a result of deleting the annotations.

## Other responses

- `400` — Bad request. If it is a validation error will contain a list of each invalid field
- `401` — Authorisation error
- `default` — UnexpectedError

---

[API](https://skmtc.net/affinda/apis/affinda-api-2.md) · [All operations](https://skmtc.net/affinda/apis/affinda-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/affinda/affinda-api-2/versions/6772e50cb58e/schema)
