Drops an existing secret. You cannot drop a secret if it is referenced by an active query.
The name of the secret to drop. If the name is case sensitive you must wrap it in double quotes; otherwise the system uses the lower case name.
db1.public/my_store# DROP SECRET mysecret;
+------------+------------+------------+------------------------------------------+
| Type | Name | Command | Summary |
+============+============+============+==========================================+
| secret | mysecret | DROP | secret "mysecret" has been marked for |
| | | | deletion |
+------------+------------+------------+------------------------------------------+
db1.public/my_store# LIST SECRETS;
+------------+------------+--------------+----------------+------------+------------+-------------+-------------+
| Name | Type | Description | Access Region | Status | Owner | Created At | Updated At |
+============+============+==============+================+============+============+=============+=============+
+------------+------------+--------------+----------------+------------+------------+-------------+-------------+