Remove Label from Queue — API
Detach an annotation label from a queue by queue UUID and label UUID. Removing a label hides it from future annotation sessions for that queue.
POST
https://api.futureagi.com/model-hub/annotation-queues/{id}/remove-label/ Authentication
Path parameters
id
The annotation queue ID
Request body
label_id
The annotation label ID to remove
Response
200 OK removed
Always
true when the label was successfully removed. Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
404
Resource not found.
500
Unexpected server error.