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