Removes a route by its ID
Source position: httproute.pp line 237
public procedure THTTPRouter.DeleteRouteByID( |
AID: Integer |
); |
AID |
|
Unique ID of route to delete |
DeleteRouteByID removes a route from the collection using its unique identifier. It searches for the route with the specified ID and removes it.