Documentation

← Back to site

Delete a subdevice

Last updated on December 08, 2014 10:26

This method allows you to unregister a subdevice from the system.

URL

/api/v1/subdevices/delete

Required parameters

  • id - the ID of the subdevice to remove

Response

The server will respond with details of the removed subdevice.

{
  "id": 1,
  "label": "My Subdevice"
}