pub(crate) async fn tier3_disconnect(
__arg0: Path<(String, String)>,
) -> impl IntoResponseExpand description
DELETE /api/tier3/{callsign}/{module} — disconnect a Tier 3 session.
Stub: returns 501 Not Implemented. The path parameters are parsed and
validated (both must be non-empty ASCII) so that when the orchestrator
wiring lands the extractor signature need not change.