Drop Events
Remove events from the eventstream by name.
Raises an error if any listed event does not exist.
Usage
stream.drop_events(["debug_event", "system_ping"])
Parameters
| Parameter | Type | Description |
|---|---|---|
names | list of str | Event names to remove entirely. |