backend::service::areas

Function 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.