Test sets
Delete Test Set
Resources
- Test sets
- Simulator
- Metrics
- Monitoring
Test sets
Delete Test Set
DELETE
/
dataset
/
{id}
curl --request DELETE \
--url "https://api.coval.dev/dataset/{id}" \
--header "x-api-key: $COVAL_API_KEY" \
--header "Content-Type: application/json"
{
"message": "Successfully deleted test set and related records",
"deletionCounts": {
"user_value_agreement_count": 0,
"run_metric_value_count": 0,
"simulation_output_count": 0,
"test_case_count": 0,
"run_count": 0
}
}
curl --request DELETE \
--url "https://api.coval.dev/dataset/{id}" \
--header "x-api-key: $COVAL_API_KEY" \
--header "Content-Type: application/json"
Path Parameters
Response
200 - application/json
Successfully deleted test set and related records
Was this page helpful?
curl --request DELETE \
--url "https://api.coval.dev/dataset/{id}" \
--header "x-api-key: $COVAL_API_KEY" \
--header "Content-Type: application/json"
{
"message": "Successfully deleted test set and related records",
"deletionCounts": {
"user_value_agreement_count": 0,
"run_metric_value_count": 0,
"simulation_output_count": 0,
"test_case_count": 0,
"run_count": 0
}
}