remove_stream
Remove a stream and its threads with reversible soft deletion. Notes that also belong to other streams persist; others are removed.
Instructions
Remove a stream and its threads. Soft and reversible — bring it back with
restore_stream. Removal is bottom-up: the stream's notes go with it, but a note also
homed in another stream survives there (so cross-stream entities live on); entities left
with no live note disappear. Tell the user it's recoverable.
Args:
stream: Id of the stream to remove (from `list_streams`).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stream | Yes |