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

# Delete Devices item

`DELETE /api/devices/{deviceId}`

Removes a *threadDevice* item from the *Devices* collection.
Requires a *threadDevice* item with the given `id` to exist;
otherwise returns 404 Not Found.

## Path parameters

- `deviceId` string, required — Alphanumeric hex string of length 16

## Response `204`

Device item deleted.

## Other responses

- `400` — The client sent an invalid request. The client SHOULD perform action(s) to provide valid syntax before retrying the request.
- `404` — The client requested a target resource that does not exist. The client SHOULD perform action(s) to re-align with the API or re-synchronize application state before retrying the request.

---

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