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.