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

---

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