Removes all subscription handlers previously registered with Particle.subscribe().
Particle.subscribe()
// SYNTAX Particle.unsubscribe();
There is no function to unsubscribe a single event handler.