/
/Swagger OpenThread REST API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 5d ago
Actions5
Devices5
Diagnostics4
node23
  • getRead border router device item of this node.
  • getGet current active node parameters
  • deleteErase all persistent information, essentially factory reset the Border Router.
  • getGet the border agent ID
  • getRouting Locator IPv6 address of this Thread node.
  • getRouting Locator Router and Child ID (RLOC16).
  • getIEEE 802.15.4 Extended Address (EUI-64).
  • getGet current Thread state.
  • putSet current Thread state.
  • getThread network name this node is part of.
  • getGets the network's leader data.
  • getExtended PAN ID.
  • getGet number of router devices
  • getGet current active operational dataset
  • putCreates or updates the active operational dataset
  • getGet current pending operational dataset
  • putCreates or updates the pending operational dataset
  • getGet current Commissioner state.
  • putSet current Commissioner state.
  • getGet current joiner data
  • postAdds a new joiner
  • deleteRemoves a joiner from the node
  • getGet the coprocessor firmware version
    node

    Removes a joiner from the node

    delete/node/commissioner/joiner

    Request body

    string required

    Joiner ID to remove, can be either:

    • An EUI64 in the form of a 16 character hex string
    • A discerner in the form of the discerner hex value (optionally with leading 0x) and bit length separated by a '/'

    Example request

    "0xabc/12"

    Response

    Successfully removed joiner.

    Changes