cURL
curl --request DELETE \ --url https://api.pathors.com/v1/projects/{projectId}/test-cases/{testCaseId} \ --header 'Authorization: <authorization>'
Delete a test case by ID
Documentation IndexFetch the complete documentation index at: https://docs.pathors.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pathors.com/llms.txt
Use this file to discover all available pages before exploring further.
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" }