Devices
Delete Devices item
Removes a threadDevice item from the Devices collection. Requires a threadDevice item with the given id to exist; otherwise returns 404 Not Found.
delete/api/devices/{deviceId}
Path parameters
deviceIdstring required
Alphanumeric hex string of length 16
ID of the requested Device item.
Response
Device item deleted.