pub async fn operators_delete(
__arg0: State<AppState>,
__arg1: Path<String>,
headers: HeaderMap,
) -> ResponseExpand description
DELETE /v1/operators/:sid. Bearer mandatory. 404 on unknown sid, 401
on token mismatch. Drops the 3 engine registries + role aliases +
ws_operator_factory bindings + operator_sessions entry, and releases
this sid’s ownership in roles_to_sid (re-opening the role names for a
future mint).