RedactEventsInputType is an input datatype for redacting events. It's used by the redactEvents() mutation field.

Table: RedactEventsInputType

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 19, 2024
enddatetimeyes Long-TermThe end of the interval in which to perform redactions.
querystringyes Long-TermThe query to use for redaction. Any event returned by this query will be removed.
repositoryNamestringyes Long-TermThe name of the repository in which to redact events.
startdatetimeyes Long-TermThe start of the interval from which to perform redactions.
userMessagestring  Long-TermOptional message to log in the audit log for this action.