Skip to main content

remove_mapping_by_id

Function remove_mapping_by_id 

Source
pub async fn remove_mapping_by_id(
    __arg0: State<AppState>,
    __arg1: Path<u64>,
) -> Result<StatusCode, (StatusCode, Json<ErrorResponse>)>
Expand description

DELETE /mapping/by-id/:id — Removes a port mapping by its numeric ID.