What to build
Retire the historical /v1/vox/links endpoint. Vox's client now calls /v1/linked-services (via the shared module from #157). Remove the alias handler from Conduit; a fresh Vox install must succeed against a Conduit that no longer exposes the old path.
Acceptance criteria
Blocked by
What to build
Retire the historical
/v1/vox/linksendpoint. Vox's client now calls/v1/linked-services(via the shared module from #157). Remove the alias handler from Conduit; a fresh Vox install must succeed against a Conduit that no longer exposes the old path.Acceptance criteria
POST /v1/vox/linksreturns 404 (route removed, not just deprecated).git grep -F "vox/links"returns zero hits outside CHANGELOG / historical spec references.DELETE /v1/vox/links/{peer_id}also removed; peer-revoke usesDELETE /v1/linked-services/{peer_id}.Blocked by
linkmodule; migrate Vox to consume it.