diff --git a/docs/sources/api/_index.md b/docs/sources/api/_index.md index 0984f8e82e..0c20b67041 100644 --- a/docs/sources/api/_index.md +++ b/docs/sources/api/_index.md @@ -1036,7 +1036,7 @@ Query parameters: * `query=`: query argument that identifies the streams from which to delete with optional line filters. * `start=`: A timestamp that identifies the start of the time window within which entries will be deleted. This parameter is required. * `end=`: A timestamp that identifies the end of the time window within which entries will be deleted. If not specified, defaults to the current time. -* `max_interval=`: The maximum time period the delete request can span. If the request is larger than this value, it is split into several requests of <= `max_interval`. Valid time units are "s", "m", "h". +* `max_interval=`: The maximum time period the delete request can span. If the request is larger than this value, it is split into several requests of <= `max_interval`. Valid time units are `s`, `m`, and `h`. A 204 response indicates success.