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.

object'device' required
idstring required

The ID of the device.

deletedboolean required

Whether the device was deleted.

Example response

{
  "object": "device",
  "id": "dvc_123",
  "deleted": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.