DeleteEvents is a datatype for deleting a set of events. It's used by the redactEvents() query field.

Table: DeleteEvents

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Jul 24, 2025
createddatetimeyes Long-TermThe date and time, in the ISO-8601 instant format (e.g., 2022-12-03T10:15:30.00Z), the set was created.
createdByUserstring  Long-TermThe user that created the deletion.
enddatetimeyes Long-TermThe ending date and time, in the ISO-8601 instant format (e.g., 2022-12-03T10:15:30.00Z), from which to select events to delete.
idstringyes Long-TermThe unique identifier for the set of events to delete.
languageVersionLanguageVersionyes Long-TermThe language version used by LogScale. See LanguageVersion.
querystringyes Long-TermThe query for selected events.
startdatetimeyes Long-TermThe starting date and time, in the ISO-8601 instant format (e.g., 2022-12-03T10:15:30.00Z), from which to select events to delete.