Skip to main content

MEMBER_DELETE

Constant MEMBER_DELETE 

Source
pub const MEMBER_DELETE: &str = "\
DELETE FROM team_members WHERE team_id = ?1 AND user_id = ?2";
Expand description

DELETE a team member.