Launch Week 02 wrapped — explore all five launches

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.

DELETE/v2/annotation-queues/{annotationQueueId}
curl -X DELETE "https://api.confident-ai.com/v2/annotation-queues/{annotationQueueId}" \
  -H "CONFIDENT_API_KEY: <PROJECT-API-KEY>"
200
{
  "success": true,
  "data": {
    "id": "<ANNOTATION-QUEUE-ID>"
  },
  "deprecated": false
}

Headers

  • CONFIDENT_API_KEYstringRequired

    The API key of your Confident AI project.

Path parameters

  • annotationQueueIdstringRequired

    The id of the annotation queue.

Response

Delete Queue succeeded.

  • successboolean

    Indicates if the request was successful.

  • dataobject

    A reference to an annotation queue by its id.

    Show 1 propertyHide 1 property
    • idstring

      The id of the queue, generated by Confident AI.

  • deprecatedboolean

    Indicates if this endpoint is deprecated.

Built byConfident AI