async fn delete_threshold_for_module(
pool: Data<PgPool>,
params: Path<Uuid>,
user: AuthUser,
) -> ControllerResult<Json<()>>Expand description
DELETE /api/v0/main-frontend/course-modules/${course_module_id}/threshold - delete threshold for a specific course module.