Annotation Queues
Delete annotation queue records
Delete one or more records from an annotation queue by their IDs.
If one or more record IDs are not found or do not belong to the specified queue, they are silently ignored. A 204 response does not guarantee that all provided IDs were deleted.
Returns 404 if the annotation queue specified by annotation_queue_id is not found. Individual missing record IDs do not trigger a 404.
delete/v2/annotation-queues/{annotation_queue_id}/records
Path parameters
annotation_queue_idstring required
A universally unique identifier (base64-encoded opaque string).
Example:RW50aXR5OjEyMzQ1
The unique annotation queue identifier (base64)
Request body
Example request
{
"record_ids": [
"RW50aXR5OjEyMzQ1"
]
}Response
Annotation queue records successfully deleted
Changes
No changes recorded. 1 of the 16 revisions has no diff computed, so it could not be searched.