Delete Dataset
DELETEhttps://api.confident-ai.com/v2/datasets/{datasetId}
Permanently deletes the dataset and everything in it: its goldens, versions, tags and custom columns. This action cannot be undone.
curl -X DELETE "https://api.confident-ai.com/v2/datasets/{datasetId}" \
-H "CONFIDENT_API_KEY: <PROJECT-API-KEY>"{
"success": true,
"data": {
"id": "<DATASET-ID>"
},
"deprecated": false
}Headers
CONFIDENT_API_KEYstringRequiredThe API key of your Confident AI project.
Path parameters
datasetIdstringRequiredThe unique id of the dataset.
Response
Delete Dataset succeeded.
successbooleanIndicates if the request was successful.
dataobjectShow 1 propertyHide 1 property
idstringThis is the unique id of the dataset.
deprecatedbooleanIndicates if this endpoint is deprecated.
Built byConfident AI