Delete Annotation Queue — API
Soft-delete an annotation queue by UUID. The queue and its items are hidden but not permanently removed. Returns a deleted boolean confirmation.
DELETE
https://api.futureagi.com/model-hub/annotation-queues/{id}/ Authentication
Path parameters
id
The annotation queue ID
Response
200 OK deleted
Always
true when the queue was successfully deleted. Errors
401
Invalid or missing API credentials.
404
Resource not found.
500
Unexpected server error.