stream delete

Deletes the specified stream. Deleted streams cannot be recovered unless they were previously replicated.

Producers are no longer able to publish messages to topics in the stream, and consumers are no longer able to read messages from topics in the stream.

To run this command, your user ID must have write permission on the directory where the stream is located.

NOTE: The mapr user is not treated as a superuser. MapR Streams does not allow the mapr user to run this command unless that user is given the relevant permission or permissions with access-control expressions.

Syntax

CLI
stream delete
	 -path Stream Path 
REST http[s]://<host>:<port>/rest/stream/delete?path=<path>

Parameters

Parameter Description
path The path and name of the stream to delete.