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 Keyspaces.
Choose a keyspace from the list. Then choose the Tags tab where you can view the tags of the keyspace.
Choose Manage tags and delete the tags you don't need anymore.
Choose Save changes.
ALTER KEYSPACE mykeyspace DROP TAGS {'key1':'val1', 'key2':'val2'};
mykeyspace
{'key1':'val1', 'key2':'val2'}
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/' --tags 'key=key3,value=val3' 'key=key4,value=val4'
arn:aws:cassandra:us-east-1:111222333444:/keyspace/myKeyspace/
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.