cURL
curl --request DELETE \ --url https://{host}.freeplay.ai/api/v2/projects/{project_id}/agent-datasets/{dataset_id}/test-cases/bulk \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "test_case_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{}
Bulk Delete Agent Test Cases - Bulk Delete Agent 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