Python Dict del Key
if 'key' in my_dict:
del my_dict['key']
Real Raccoon
if 'key' in my_dict:
del my_dict['key']