---
title: "Unregister device"
method: DELETE
path: "/devices/{id}"
---

# Unregister device

`DELETE /devices/{id}`

## Path parameters

- `id` string, required

## Response `204`

Device unregistered

## Other responses

- `404` — Device not found
- `409` — Conflict - device is attached to an instance
- `500` — Internal server error

---

[API](https://skmtc.net/kernel/apis/hypeman-api.md) · [All operations](https://skmtc.net/kernel/apis/hypeman-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kernel/hypeman-api/versions/b4642bb950dc/schema)
