---
title: "Delete an user's Web Push token"
method: DELETE
path: "/users/{user_id}/channels/web_push/tokens/{token_id}"
tags: ["web_push"]
---

# Delete an user's Web Push token

`DELETE /users/{user_id}/channels/web_push/tokens/{token_id}`

Deletes a specific user's Web Push token. This endpoint is available to project administrators and permanently invalidates the specified token. Once revoked, the token can no longer be used to access channel features. This action cannot be undone.

## Path parameters

- `user_id` string, required
- `token_id` string, required

## Response `200`

OK

- DiscardResult
  - `discarded_at` string — The timestamp when the token was discarded.
  - `id` string — The unique identifier for the discarded token.

---

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