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

---

[API](https://skmtc.net/jsr-io/apis/jsr-api.md) · [All operations](https://skmtc.net/jsr-io/apis/jsr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jsr-io/jsr-api/versions/3d37ac9b68f7/schema)
