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. |
Remark: The Unix timestamp, also known as Unix time or POSIX time, is a way of representing time. It is defined as the total number of milliseconds elapsed from 00:00:00 on January 1, 1970, Greenwich Mean Time, up to the present.