Skip to main content
Unsubscribe removes event handlers and stops receiving notifications for specific steps or events.

When to Unsubscribe

Behavior

  • Removes event handler from client
  • Stops receiving notifications for that event/step combination
  • Server stops sending notifications if no active subscriptions remain
  • Safe to call multiple times (idempotent)