v1

latestOpenAPI 3.0.3MIT2026-07-22399194.2 KB
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
}