Devices
Delete
Delete a device by ID.
delete/devices/{device_id}
Path parameters
device_idstring required
Example:dvc_123
The unique identifier of the device.
Response
Successfully deleted the device.
Example response
{
"object": "device",
"id": "dvc_123",
"deleted": true
}