---
title: "Delete a MagicBell SlackBot token"
method: DELETE
path: "/channels/slack/magicbell_slackbot/tokens/{token_id}"
tags: ["slack", "magicbell_slackbot"]
---

# Delete a MagicBell SlackBot token

`DELETE /channels/slack/magicbell_slackbot/tokens/{token_id}`

Deletes one of the authenticated user's MagicBell SlackBot tokens. This permanently invalidates the specified token, preventing it from being used for future channel access. This action cannot be undone. Users can only revoke their own tokens.

## Path parameters

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