Skip to main content
DELETE
/
v1
/
test-cases
/
{testCaseId}
Delete Test Case
curl --request DELETE \
  --url https://api.sigmamind.ai/v1/test-cases/{testCaseId} \
  --header 'X-API-Key: <api-key>'
{
  "error": "Bad Request",
  "message": "Invalid request parameters",
  "path": "/v1/test-cases",
  "status": 400,
  "timestamp": "2026-05-05T10:06:46.152Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.sigmamind.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Authenticate every request by passing your API key in the X-API-Key header. To get your key, go to Dashboard → API Keys and create or copy your Production API key.

Path Parameters

testCaseId
string
required

Unique identifier of the test case to delete. Obtained from the testCaseId field in the Create Test Case or List Test Cases response.

Response

OK