Explains how to delete a stream using either the Control System or the CLI.
Deleted streams cannot be recovered unless they were replicated before deletion. After a stream is deleted, producers will not be able to publish messages to topics in the stream, and consumers will not be able to read messages from topics in the stream.
The command to delete a stream is:
stream delete -path <Stream Path>
For complete reference, see stream delete.