cURL
curl --request DELETE \ --url https://api.pathors.com/v1/projects/{projectId}/test-cases/{testCaseId} \ --header 'Authorization: <authorization>'
Delete a test case by ID
DELETE https://api.pathors.com/v1/projects/{projectId}/test-cases/{testCaseId}
curl -X DELETE https://api.pathors.com/v1/projects/{projectId}/test-cases/{testCaseId} \ -H "Authorization: Bearer dk_your_key"
{ "message": "Test case deleted" }