---
title: "Delete a registered device"
method: DELETE
path: "/api/device-registry/{id}"
tags: ["devices"]
---

# Delete a registered device

`DELETE /api/device-registry/{id}`

Removes a device by ID.

## Path parameters

- `id` integer, required

## Response `204`

No Content

## Other responses

- `400` — invalid ID
- `404` — not found

---

[API](https://skmtc.net/cubeos-app/apis/meshsat-api.md) · [All operations](https://skmtc.net/cubeos-app/apis/meshsat-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cubeos-app/meshsat-api/revisions/c019b6af96ea/schema)
