Documentation

← Back to site

Delete a device

Last updated on December 08, 2014 10:27

This method allows you to unregister a master device from the system.

URL

/api/v1/devices/delete

Required parameters

  • id - the ID of the device to remove

Response

The server will respond with details of the removed device.

{
  "id": 1
}