tier3_disconnect

Function tier3_disconnect 

Source
pub(crate) async fn tier3_disconnect(
    __arg0: Path<(String, String)>,
) -> impl IntoResponse
Expand 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.