removeEventsByTime
Use the interface to delete events within a specified time interval.
Request Mode
POST/GET http://ip/V1.0/replay/removeEventsByTime?startTimestamp=1704067200000&endTimestamp=0
Request Data
Parameter | Type | Description |
---|---|---|
startTimestamp | Long | Start of the time interval, Unix timestamp. |
endTimestamp | Long | End of the time interval, Unix timestamp. If set to 0, it is considered to span from the start time to the current time. |