pub const MEMBER_DELETE: &str = "\ DELETE FROM team_members WHERE team_id = ?1 AND user_id = ?2";
DELETE a team member.