---
title: "Delete personal access token"
method: DELETE
path: "/user/tokens/{id}"
---

# Delete personal access token

`DELETE /user/tokens/{id}`

Deletes a personal access token

## Path parameters

- `id` string, uuid, required

## Response `204`

OK, no content

## Other responses

- `401` — Unauthorized
- `403` — Token type does not allow deleting tokens
- `404` — Token not found

## Changes

- **2026-02-06** `0c4e8d8a5c2a` — 1 info
  - endpoint added
- **2024-02-28** `f8d3b912d946` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/jsr-io/apis/jsr-api/changes/user/tokens/:id/delete.md)

---

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