Delete Queue
DELETEhttps://api.confident-ai.com/v2/annotation-queues/{annotationQueueId}
Permanently deletes an annotation queue and the items waiting in it. Annotations your team already recorded are kept.
curl -X DELETE "https://api.confident-ai.com/v2/annotation-queues/{annotationQueueId}" \
-H "CONFIDENT_API_KEY: <PROJECT-API-KEY>"{
"success": true,
"data": {
"id": "<ANNOTATION-QUEUE-ID>"
},
"deprecated": false
}Headers
CONFIDENT_API_KEYstringRequiredThe API key of your Confident AI project.
Path parameters
annotationQueueIdstringRequiredThe id of the annotation queue.
Response
Delete Queue succeeded.
successbooleanIndicates if the request was successful.
dataobjectA reference to an annotation queue by its id.
Show 1 propertyHide 1 property
idstringThe id of the queue, generated by Confident AI.
deprecatedbooleanIndicates if this endpoint is deprecated.