async fn soft_delete_organization( org_id: Path<Uuid>, pool: Data<PgPool>, user: AuthUser, ) -> ControllerResult<Json<()>>