---
title: "Delete an existing device"
method: DELETE
path: "/device/{deviceID}"
tags: ["Device"]
---

# Delete an existing device

`DELETE /device/{deviceID}`

Deactivate an existing device. After this call, the device will not appear anymore in lists and will not receive any messages In SDK 2.3 and higher, it will remove any data related to the device as well as the device itself.

## Path parameters

- `deviceID` string, required

## Response `200`

OK

## Other responses

- `404` — Not Found

---

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