Passer au contenu principal
DELETE
/
annotation_queues
/
{queue_id}
Suppression de la file d’annotation
curl --request DELETE \
  --url https://api.example.com/annotation_queues/{queue_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "queue": {
    "id": "<string>",
    "project_id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "scorer_refs": [
      "<string>"
    ],
    "created_at": "2023-11-07T05:31:56Z",
    "created_by": "<string>",
    "updated_at": "2023-11-07T05:31:56Z",
    "deleted_at": "2023-11-07T05:31:56Z"
  }
}

Autorisations

Authorization
string
header
requis

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Paramètres de chemin

queue_id
string
requis

Paramètres de requête

project_id
string
requis

Réponse

Réponse réussie

Réponse à la suppression d’une file d’annotation.

queue
AnnotationQueueSchema · object
requis

Schéma des réponses de file d'attente d'annotation.