Bulk Remove Queue Items — API
Remove multiple items from an annotation queue in a single request. Accepts the queue UUID and an array of item UUIDs to delete from the queue.
POST
https://api.futureagi.com/model-hub/annotation-queues/{queue_id}/items/bulk-remove/ Authentication
Path parameters
queue_id
The annotation queue ID
Request body
item_ids
List of queue item UUIDs to remove
Response
200 OK removed
Number of items that were successfully soft-deleted.
Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
404
Resource not found.
500
Unexpected server error.