Sign in to the Amazon Web Services Management Console, and open the Amazon Keyspaces console at https://console.amazonaws.cn/keyspaces/home.
In the navigation pane, choose Tables.
Choose a table from the list and choose the Tags tab.
Choose Manage tags to delete tags from the table.
Choose Save changes.
The following statement shows how to delete tags from an existing table.
ALTER TABLE mytable DROP TAGS {'key3':'val3', 'key4':'val4'};
mytable
{'key3':'val3', 'key4':'val4'}
The following statement removes the specified tags from a keyspace.
aws keyspaces untag-resource --resource-arn 'arn:aws:cassandra:us-east-1:111222333444:/keyspace/myKeyspace/table/myTable' --tags 'key=key3,value=val3' 'key=key4,value=val4'
arn:aws:cassandra:us-east-1:111222333444:/keyspace/myKeyspace/table/myTable
Javascript is disabled or is unavailable in your browser.
To use the Amazon Web Services Documentation, Javascript must be enabled. Please refer to your browser's Help pages for instructions.