Delete Queue Ingestion Task
DELETEhttps://api.confident-ai.com/v1/annotation-queues/{queueId}/queue-ingestion-tasks/{queueIngestionTaskId}
Permanently deletes an ingestion task and unschedules its routing job. Items it already queued stay in the queue. Requires the Starter plan or above.
Warning: This action cannot be undone.
curl -X DELETE "https://api.confident-ai.com/v1/annotation-queues/{queueId}/queue-ingestion-tasks/{queueIngestionTaskId}" \
-H "CONFIDENT_API_KEY: <PROJECT-API-KEY>"{
"success": true,
"data": {
"id": "QUEUE-INGESTION-TASK-ID"
}
}Headers
CONFIDENT_API_KEYstringRequiredThe API key of your Confident AI project.
Path parameters
queueIdstringRequiredThe unique identifier of the annotation queue.
queueIngestionTaskIdstringRequiredThe unique identifier of the ingestion task to delete.
Response
successbooleanIndicates if the deletion was successful.
dataobjectShow 1 propertyHide 1 property
idstringThe unique identifier of the deleted ingestion task.