Delete a stream Technical Preview

DELETE /api/streams/{name}

Deletes a stream definition and the underlying data stream

Headers

  • kbn-xsrf string Required

    A required header to protect against CSRF attacks

application/json

Body

object object

Additional properties are NOT allowed.

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
{}