delete_test_case
Permanently delete a specific version of a test case. If it is the only version, the test case is removed entirely. Returns success when complete.
Instructions
Permanently delete a specific version of a test case. If it is the only version, the test case is removed entirely. Returns 204 on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test case ID | |
| versionNo | Yes | Version number to delete |