DROP OBJECT (TYPE SECRET_ACCESS)
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 access rule for a secret.
If no rule with that name exists, an error is returned.
Example
DROP OBJECT (TYPE SECRET_ACCESS) `MySecretName:another_user`;
Was the article helpful?
Previous
Next