Delete Table Stream Command
Description
Delete an existing Table Stream and release related resources.
Syntax
stream_name
: The name of the Table Stream to be deleted.
Example
- Delete the Table Stream named
rc3.igs_test_upsert02_stream
:
- Delete the Table Stream named
my_stream
, regardless of whether it exists:
- Delete the Table Stream named
customer_stream
if it exists:
Precautions
- Before deleting a Table Stream, make sure that the data in the Stream is no longer needed.
- The delete operation cannot be undone, so please proceed with caution.