---
title: "Remove device token for user"
method: DELETE
path: "/api/notifications/v1/tokens/{deviceToken}"
tags: ["User Management Notification"]
---

# Remove device token for user

`DELETE /api/notifications/v1/tokens/{deviceToken}`

Removes the specified device token from the authenticated user's account. If the token does not belong to the user or does not exist, handles the case accordingly. Used to stop push notifications to a device.

## Path parameters

- `deviceToken` string, required

## Headers

- `request-id` string

## Response `202`

Device token removed

- DeleteDeviceTokenResponse
  - `deviceToken` string, required
  - `bitgoUserId` string, required
  - `message` string, required

## Other responses

- `400` — Bad request
- `401` — Device token does not belong to user
- `500` — Unexpected error

---

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