6. The program can also be asked to delete (remove) a person's information. In this case, the input record will start with a D and will ONLY contain the id field with it. As given in the below example.
If this person's (based on id) information exists in the linked list, it must be removed. If it does not exist, no action is taken and no error is reported.