---
title: "Delete a personal access token for the authenticated user"
method: DELETE
path: "/personal-access-tokens/{tokenId}"
tags: ["Users"]
---

# Delete a personal access token for the authenticated user

`DELETE /personal-access-tokens/{tokenId}`

Revokes a personal-access token issued to the currently
authenticated user. The revocation takes effect immediately —
any in-flight requests using the token will continue to
succeed, but subsequent requests will be rejected.

## Path parameters

- `tokenId` string, required

## Response `204`

The personal access token was successfully deleted.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `404` — The resource couldn't be found

---

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