rnp_key_remove
  Remove a key from keyring(s)
  
 
  Description
  
   bool rnp_key_remove(RnpFFI $ffi, string $key_fp, int $flags)
  
  
 
  Parameters
  
   
    - 
ffi
- 
     
      The FFI object returned by rnp_ffi_create.
      
- 
key_fp
- 
     
      Key fingerprint.
      
- 
flags
- 
     
      See RNP_KEY_REMOVE_*constants. FlagRNP_KEY_REMOVE_SUBKEYSwill work only for
      the primary key and will remove all of its subkeys as well.
 
 
 
  Return Values
  
   Returns true on success or false on failure.