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.
pub async fn delete_by_ids(
ids: Vec<Uuid>,
pool: &SharedPool,
) -> Result<(), ServiceError>
Delete drawings from the databse.
If the connection to the database could not be established.