---
title: "Deregister Cloud Device"
method: DELETE
path: "/v5/devices/{device_id}"
tags: ["Devices"]
---

# Deregister Cloud Device

`DELETE /v5/devices/{device_id}`

Deregister a cloud device from the merchant. Once deregistered, the device cannot be used for transactions.

## Path parameters

- `device_id` string, required

## Response `204`

Device deregistered successfully

## Other responses

- `401` — Unauthorized
- `404` — Device not found

---

[API](https://skmtc.net/nmi/apis/embedded-components-api.md) · [All operations](https://skmtc.net/nmi/apis/embedded-components-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nmi/embedded-components-api/versions/45c2ecda3685/schema)
