cURL
curl --request DELETE \ --url https://api.example.com/api/v2/projects/{project_id}/prompt-datasets/{dataset_id}/test-cases/{test_case_id} \ --header 'Authorization: Bearer <token>'
{}
Remove a test case from a dataset. Use to clean up invalid or outdated test cases.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
EmptyResponse()
The response is of type EmptyResponse · object.
EmptyResponse · object