Removes a subscription to an event type. The specified handler will no longer be called when the event occurs.Documentation Index
Fetch the complete documentation index at: https://developer.watson-orchestrate.ibm.com/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Parameters
The name of the event to unsubscribe from.
The specific callback function to remove. Must be the same function reference that was used with
on() or once().Returns
void
Returns a
void operator.Examples
The following examples show different ways to unsubscribe from events:Do you need practical examples?
Learn how to apply the features available for embedded chat into your implementation with guidance and examples.

