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