You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add tester deletion endpoint (#2)
* Add DELETE /api/testers/{name} endpoint.
* Remove testers and their related access history records.
* Add integration tests for successful deletion, not found, unauthorized access, and cascade delete behavior.