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