---
title: "Delete Device"
method: DELETE
path: "/notification/delete-device"
tags: ["Notifications"]
---

# Delete Device

`DELETE /notification/delete-device`

To be called when the device is logged out or uninstalled. This endpoint allows clients to remove a registered device by specifying its device ID in the header. Upon successful deletion, the device will no longer receive notifications. The `device-id` parameter in the header is required.

## Headers

- `device-id` string, required

## Response `200`

Successful response

- object

## Other responses

- `400` — Client error response
- `500` — Server error response

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
