remove: Remove item by ID.
This is a method of the TodoList class in the planning module.
def remove(&mut self, id: &str) -> Option<TodoItem>