Delete a stream Technical Preview
Deletes a stream definition and the underlying data stream
[Required authorization] Route required privileges: manage_stream.
DELETE /api/streams/{name}
curl \ --request DELETE 'https://<KIBANA_URL>/api/streams/{name}' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json" \ --header "kbn-xsrf: true"