removeEvents
Delete events.
Address
/replay/removeEvents [index]
Arguments
Type | Description | |
---|---|---|
argument 1 | String | The index of an event. When there are multiple ones, use comma(s) to separate them. |
Example
Delete the first event (which is the newly added).
/replay/removeEvents 1
Delete the second and fourth events.
/replay/removeEvents 2,4