Method: Mongo::ClientEncryption#delete_key
- Defined in:
- lib/mongo/client_encryption.rb
#delete_key(id) ⇒ Operation::Result
Removes the key with the given id from the key vault collection.
193 194 195 |
# File 'lib/mongo/client_encryption.rb', line 193 def delete_key(id) @encrypter.delete_key(id) end |