Annotation Queues

Remove items from an annotation queue

Removes the referenced spans from the annotation queue.

post/v2/annotation-queues/{annotation_queue_id}/items/remove

Path parameters

annotation_queue_idstring required

Request body

span_idsstring[] required

The unique identifiers of the spans to be removed from the annotation queue.

Response

OK

RemoveAnnotationQueueItemsResponse required

Changes