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

ParameterTypeDescription
nameslist of strEvent names to remove entirely.