Remove a query from a stream Technical Preview
Spaces method and path for this operation:
delete /s/{space_id}/api/streams/{name}/queries/{queryId}
Refer to Spaces for more information.
Remove a query from a stream. Noop if the query is not found on the stream.
[Required authorization] Route required privileges: manage_stream.
DELETE /api/streams/{name}/queries/{queryId}
curl \ --request DELETE 'https://localhost:5601/api/streams/{name}/queries/{queryId}' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json" \ --header "kbn-xsrf: true"