cURL
curl --request DELETE \ --url https://app.octomind.dev/api/apiKey/v2/test-targets/{testTargetId}/test-cases/{testCaseId} \ --header 'X-API-Key: <api-key>'
{ "status": "deleted" }
Delete a specific test case
The ID of the test target
The ID of the test case
Test case deleted successfully
The response is of type object.
object