significant_events
Remove a query from a stream
Spaces method and path for this operation:
<div><span class="operation-verb delete">delete</span> <span class="operation-path">/s/{space_id}/api/streams/{name}/queries/{queryId}</span></div>Refer to Spaces for more information.
Remove a query from a stream. Noop if the query is not found on the stream.<br/><br/>[Required authorization] Route required privileges: manage_stream.
delete/api/streams/{name}/queries/{queryId}
Path parameters
namestring required
The name of the stream.
queryIdstring required
The identifier of the query to remove.
Headers
kbn-xsrfstring required
Example:true
A required header to protect against CSRF attacks
Request body
Response
The query was removed successfully.
Changes
Changed in 1 of the 92 revisions of this API.11
- ▲
removed
subschema #2from the request bodyanyOflistrequest-body-any-of-removed
- ○
the request's body became nullable
request-body-became-nullable
- ▲