Removes a previously registered event listener.Documentation Index
Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
Use this file to discover all available pages before exploring further.
Signature
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
event | EventName | The name of the event to stop listening for. | Yes |
callback | EventCallback<T> | The callback function to remove. | Yes |
Returns
this — the client instance, allowing method chaining.