Delete a test case by ID or name, with soft/hard delete options
false, the test case is soft-deleted and can be restored.DELETE /v1/dataQuality/testCases/name/{fqn} to delete by fully qualified name.
PUT /v1/dataQuality/testCases/restore to restore a soft-deleted test case.
deleted: true. Hard delete returns no content (204). Restore returns the restored test case object.
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to delete this test case |
404 | NOT_FOUND | Test case with given ID or FQN does not exist |