pub async fn remove_member<'id, T: Into<UserID>>( list: ListID, user: T, token: &Token, ) -> Result<Response<List>>
Removes the given user from the given list.