Delete a stream Technical Preview
Spaces method and path for this operation:
delete /s/{space_id}/api/streams/{name}
Refer to Spaces for more information.
Deletes a stream definition and the underlying data stream
[Required authorization] Route required privileges: manage_stream.
DELETE /api/streams/{name}
curl \ --request DELETE 'https://localhost:5601/api/streams/{name}' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json" \ --header "kbn-xsrf: true"