Annotations

Bulk delete annotations by IDs

Delete multiple annotations by their IDs. The deletion is processed synchronously. Returns the count of deleted annotations in the response.

post/api/annotations/bulk-delete/

Request body

idsinteger[] required

List of annotation IDs to delete

projectinteger required

Response

Annotations deleted successfully

deleted_countinteger

Number of annotations deleted

Changes