delete_cipher

Function delete_cipher 

Source
async fn delete_cipher<R: Repository<Cipher> + ?Sized>(
    cipher_id: CipherId,
    api_client: &ApiClient,
    repository: &R,
) -> Result<(), DeleteCipherError>