---
title: "Unregister push device"
method: DELETE
path: "/Notification/Devices"
tags: ["Notification"]
---

# Unregister push device

`DELETE /Notification/Devices`

**Auth:** Authenticated - any signed-in user.

Removes one of the calling user's registered push devices (e.g. on sign-out or when notification permission is revoked). A user can only remove their own devices.

## Request body

- DeleteDeviceRequest
  - `token` string, nullable

## Response `200`

Success - device removed (or already absent)

- DeleteDeviceResponse
  - `success` boolean

## Other responses

- `400` — An Error Occurred - Token is required
- `401` — Unauthorized - user not found

## Changes

- **2026-07-27** `827295df3558` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/changes/Notification/Devices/delete.md)

---

[API](https://skmtc.dev/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/revisions/223cb0feedeb/schema)
