The `deleteBoard` route currently allows callers to delete boards owned by another user, even if the caller is not an admin. #### Acceptance criteria - A non-admin user gets a 404 if they try to delete another user's board. - An admin can delete any board. - The tests added in #174 are not skipped and are passing.