removeEventsById
Delete events.
Address
/replay/removeEventsById [replayRecordId]
Arguments
Type | Description | |
---|---|---|
argument 1 | String | The event ID When there are multiple ones, use comma(s) to separate them. |
Example
Delete the event with the ID of 54.
/replay/removeEvents 54
Delete the events with ID of 53 and 54.
/replay/removeEvents 53,54