Function backend::service::base_layer_images::delete_by_id

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

Delete the base layer image from the database.

§Errors

If the connection to the database could not be established.