---
title: "Cancel Display on Device"
method: DELETE
path: "/v5/devices/{device_id}/display"
tags: ["Devices"]
---

# Cancel Display on Device

`DELETE /v5/devices/{device_id}/display`

Cancel any active display (e.g., QR code) on a cloud device.

## Path parameters

- `device_id` string, required

## Response `200`

Success

- object
  - `data` object — Response from the cancel display operation

## 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)
