pub async fn delete_domain( pool: &PgPool, id: Uuid, tenant_id: Uuid, ) -> ProxyResult<bool>
Delete a domain scoped to a tenant. Returns whether a row was removed.