Function backend::service::drawings::delete_by_ids

source ·
pub async fn delete_by_ids(
    ids: Vec<Uuid>,
    app_data: &Data<AppDataInner>,
) -> Result<(), ServiceError>
Expand description

Delete drawings from the databse.

§Errors

If the connection to the database could not be established.