DROP SECRET
Synopsis
DROP SECRET secret_name;Description
Arguments
secret_name
Example
Drop a secret
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 |
+============+============+==============+================+============+============+=============+=============+
+------------+------------+--------------+----------------+------------+------------+-------------+-------------+Last updated

