Function backend::service::drawings::delete_by_ids
source · pub async fn delete_by_ids(
ids: Vec<Uuid>,
pool: &SharedPool,
) -> Result<(), ServiceError>
Expand description
Delete drawings from the databse.
§Errors
If the connection to the database could not be established.