Deletes an existing stream.
DROP STREAM [ IF EXISTS ] [ <database_name>. ]<stream_name>
DROP STREAM books_stream_2023;