v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
streams

Delete a stream

Spaces method and path for this operation:

<div><span class="operation-verb delete">delete</span>&nbsp;<span class="operation-path">/s/{space_id}/api/streams/{name}</span></div>

Refer to Spaces for more information.

Deletes a stream definition and the underlying data stream<br/><br/>[Required authorization] Route required privileges: manage_stream.

delete/api/streams/{name}

Path parameters

namestring required

The name of the stream.

Headers

kbn-xsrfstring required
Example:true

A required header to protect against CSRF attacks

Request body

object required
OR
{"stackTrail":"paths:/api/streams/{name}:delete:requestBody:content:application/json:schema:anyOf:1","oasType":"schema","type":"unknown","nullable":true}
OR
{"stackTrail":"paths:/api/streams/{name}:delete:requestBody:content:application/json:schema:anyOf:2","oasType":"schema","type":"unknown"}

Response

The stream was deleted successfully.