Test Case
Delete Test Case
Remove a test case
DELETE
Delete a test case by its unique identifier.
Delete a Test Case
Parameters
Name | Type | Required | Description |
---|---|---|---|
id | string | Yes | The UUID of the test case to delete |
Response
A successful deletion will return a 200 OK status. The test case will be marked as deleted but may still be retrievable with the deletedAt field populated.
Path Parameters
Response
200
Test case deleted successfully