DROP OBJECT (TYPE SECRET)
Alert
This command is deprecated and will be removed in future versions of YDB. The recommended syntax for working with secrets is described in the Secrets section.
Deletes the specified secret.
If no secret with that name exists, an error is returned.
Example
DROP OBJECT my_secret (TYPE SECRET);