Delete a stream
Technical Preview
Deletes a stream definition and the underlying data stream
Path parameters
-
name
string Required
DELETE
/api/streams/{name}
curl \
--request DELETE 'http://localhost:5622/api/streams/{name}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: true"
Request examples
# Headers
kbn-xsrf: true
# Payload
{}