_rsvp_remove_attendee($hash)rsvp/rsvp.module, line 1527
$hash The hash key value of the rsvp attendee.
<?php function _rsvp_remove_attendee($hash) { return db_query('DELETE FROM {rsvp_invite} WHERE hash = \'%s\'', $hash); } ?>