delete_ciphers_many

Function delete_ciphers_many 

Source
async fn delete_ciphers_many(
    cipher_ids: Vec<CipherId>,
    organization_id: OrganizationId,
    api_client: &ApiClient,
) -> Result<(), ApiError>