bitwarden_api_api::apis::ciphers_api

Function ciphers_id_attachment_attachment_id_delete_post

source
pub async fn ciphers_id_attachment_attachment_id_delete_post(
    configuration: &Configuration,
    id: Uuid,
    attachment_id: &str,
) -> Result<(), Error<CiphersIdAttachmentAttachmentIdDeletePostError>>