Launch Week 02 wrapped — explore all five launches

Delete Dataset Ingestion Task

DELETEhttps://api.confident-ai.com/v1/datasets/{alias}/dataset-ingestion-tasks/{datasetIngestionTaskId}

Permanently deletes an ingestion task and unschedules its harvesting job. Goldens it already created stay in the dataset. Requires the Starter plan or above.

Warning: This action cannot be undone.

DELETE/v1/datasets/{alias}/dataset-ingestion-tasks/{datasetIngestionTaskId}
curl -X DELETE "https://api.confident-ai.com/v1/datasets/{alias}/dataset-ingestion-tasks/{datasetIngestionTaskId}" \
  -H "CONFIDENT_API_KEY: <PROJECT-API-KEY>"
200
{
  "success": true,
  "data": {
    "id": "INGESTION-TASK-ID"
  }
}

Headers

  • CONFIDENT_API_KEYstringRequired

    The API key of your Confident AI project.

Path parameters

  • aliasstringRequired

    The unique alias of the dataset.

  • datasetIngestionTaskIdstringRequired

    The unique identifier of the ingestion task to delete.

Response

  • successboolean

    Indicates if the deletion was successful.

  • dataobject

    Show 1 propertyHide 1 property
    • idstring

      The unique identifier of the deleted ingestion task.

Built byConfident AI