[This is preliminary documentation and subject to change.]
The routing protocol should call MibEntryDelete to execute an SNMP MIB-style Delete request of the router manager or a peer protocol DLL.
DWORD ( * MibEntryDelete ) (
  DWORD TargetProtocolId,      // ID of DLL to process request
  DWORD InputDataSize,      // size of the data for the request
  PVOID InputData      // address of the data for the request
);
  Windows NT:  Use version 5.0 and later.
  Windows:  Unsupported.
  Windows CE:  Unsupported.
  Header: Declared in mprapi.h.
  Import Library: Link with  mprapi.lib.
Protocol Identifiers, MibEntryCreate