Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
test-cases
/
{testCaseId}
Delete test case
curl --request DELETE \
  --url https://api.pathors.com/v1/projects/{projectId}/test-cases/{testCaseId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Developer key created from the dashboard (Settings → Developer Keys)

Path Parameters

projectId
string
required

The ID of your project

testCaseId
string
required

The test case ID

Response

OK

message
string
required