pub async fn delete_alert_attachment(
configuration: &Configuration,
alert_id: &str,
attachment_id: &str,
x_organisation: Option<&str>,
) -> Result<(), Error<DeleteAlertAttachmentError>>pub async fn delete_alert_attachment(
configuration: &Configuration,
alert_id: &str,
attachment_id: &str,
x_organisation: Option<&str>,
) -> Result<(), Error<DeleteAlertAttachmentError>>