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

# Delete an user's Teams token

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

Deletes a specific user's Teams 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)
