v1

latestSwagger 2.02026-07-17443059.0 KB

This method may only be issued to a Border Router. It is used to delete a set of Information Elements from the Border Router's subsequently issued PC frames. This method is primarily intended to test unknown IE handling/content within the mesh. All additions and deletions trigger an increment of PAN Version in the PC and LPC, and reset of its trickle timer.

delete/config/borderRouter/informationElements

Request body

formatinteger required

0 == header IE, 1 == short payload IE, 2 == long payload IE.

subIDinteger required

Set to WH-IE subID or WP-IE first nested subID (only one nested payload sub IE is supported).

contentstring

Arbitrary payload for the subID. Encoded as HEX string.

Example request

[
  {
    "content": "000102030405060708090A0B0C0D0E0F"
  }
]

Response

Border Router successfully configured.