MongoDB\Driver\ClientEncryption::deleteKey
  Deletes a key document
  
 
  Description
  
   final public object MongoDB\Driver\ClientEncryption::deleteKey(MongoDB\BSON\Binary $keyId)
  
  
 
  Parameters
  
   
    - 
keyId
- 
     
      A MongoDB\BSON\Binary instance with subtype 4
      (UUID) identifying the key document.
      
 
 
  Return Values
  
   Returns the result of the internal deleteOne operation on
   the key vault collection.
  
  
 
  Errors/Exceptions
  
   - Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
- Throws MongoDB\Driver\Exception\ConnectionException if connection to the server fails (for reasons other than authentication).
- Throws MongoDB\Driver\Exception\AuthenticationException if authentication is needed and fails.
- Throws MongoDB\Driver\Exception\RuntimeException on other errors.