cURL
curl --request DELETE \ --url https://app.octomind.dev/api/apiKey/v3/test-targets/{testTargetId}/test-cases/{testCaseId} \ --header 'X-API-Key: <api-key>'
{ "status": "deleted" }
Delete a specific test case
Documentation IndexFetch the complete documentation index at: https://octomind.dev/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://octomind.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the test target
The ID of the test case
Test case deleted successfully
Status of the deletion operation
deleted