Skip to main content

remove_mapping

Function remove_mapping 

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

DELETE /mapping/{container_id}/{port} — Removes a specific port mapping by container and port.