Delete a specific test case
curl --request DELETE \ --url "https://api.coval.dev/dataset/test-case/{id}" \ --header "x-api-key: $COVAL_API_KEY" \ --header "Content-Type: application/json"
{ "message": "Test case deleted successfully", "deletionCounts": { "user_value_agreement_count": 0, "run_metric_value_count": 0, "simulation_output_count": 0 } }
ID of the test case to delete
Show child attributes
Was this page helpful?