---
title: "Delete a API token by token id"
method: DELETE
path: "/user/tokens/{tokenId}"
tags: ["UserApiTokens"]
---

# Delete a API token by token id

`DELETE /user/tokens/{tokenId}`

## Path parameters

- `tokenId` string, required

## Response `204`

successful operation

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

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