async fn delete_ciphers<R: Repository<Cipher> + ?Sized>( cipher_ids: Vec<CipherId>, organization_id: Option<OrganizationId>, api_client: &ApiClient, repository: &R, ) -> Result<(), DeleteCipherError>