Correct Answer : delete()
Explanation : delete() function is used to delete an entry from the map. It requires map and corresponding key which is to be deleted.
delete()