---
title: "Delete personal token"
method: DELETE
path: "/token/{id}"
tags: ["Access"]
---

# Delete personal token

`DELETE /token/{id}`

Delete the personal access token with the given ID.

## Path parameters

- `id` string, required — ID of the personal token to delete.

## Response `200`

Personal access token was deleted successfully.

- object
  - `data` 'ok', required

## Changes

- **2024-12-17** `967b257f759f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/token/:id/delete.md)

---

[API](https://skmtc.dev/terminaldotshop/apis/terminal-api.md) · [All operations](https://skmtc.dev/terminaldotshop/apis/terminal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/terminaldotshop/terminal-api/revisions/168780e70e1a/schema)
