Deletes the meeting record by id on the backend.
id
Future<void> deleteMeeting(String id) { return DeleteMeetingQuery(id).perform(); }