---
title: "Delete"
method: DELETE
path: "/devices/{device_id}"
tags: ["Devices"]
---

# Delete

`DELETE /devices/{device_id}`

Delete a device by ID.

## Path parameters

- `device_id` string, required

## Response `200`

Successfully deleted the device.

- DeleteDevice
  - `object` 'device', required
  - `id` string, required — The ID of the device.
  - `deleted` boolean, required — Whether the device was deleted.

---

[API](https://skmtc.dev/mirurobotics/apis/miru-api.md) · [All operations](https://skmtc.dev/mirurobotics/apis/miru-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mirurobotics/miru-api/revisions/cd84166b2b52/schema)
