Delete Dataset
DELETEhttps://api.confident-ai.com/v1/datasets/{alias}
Permanently deletes a dataset and all its associated data.
Warning: This action cannot be undone. All goldens or conversational goldens in the dataset will be deleted.
curl -X DELETE "https://api.confident-ai.com/v1/datasets/{alias}" \
-H "CONFIDENT_API_KEY: <PROJECT-API-KEY>"{
"success": true,
"data": {
"id": "dataset-id"
}
}Headers
CONFIDENT_API_KEYstringRequiredThe API key of your Confident AI project.
Path parameters
aliasstringRequiredThe unique alias of the dataset.
Response
successbooleanThis is true if the dataset was successfully deleted.
dataobjectShow 1 propertyHide 1 property
idstringThis is the ID of the deleted dataset.
Built byConfident AI