delete_test_case
Delete a test case permanently by providing its unique key. This irreversible action returns a confirmation with the deleted key.
Instructions
Permanently delete a Zephyr Scale test case (DELETE /testcase/{testCaseKey}). This cannot be undone. Returns { deleted: true, key }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testCaseKey | Yes | Test case key, e.g. PROJ-T123 |