pub async fn delete_route( pool: &PgPool, id: Uuid, tenant_id: Uuid, ) -> ProxyResult<bool>
Delete a route scoped to a tenant.