uninstall_alarm(+Id)Deactivate a running alarm, but do not invalidate the alarm identifier.
Later, the alarm can be reactivated using either install_alarm/1
or
install_alarm/2.
Reinstalled using install_alarm/1,
it will fire at the originally scheduled time. Reinstalled using install_alarm/2
causes the alarm to fire at the specified time from now.