---
title: "Delete PAT"
method: DELETE
path: "/user/personal-access-tokens"
tags: ["user-personal-access-tokens"]
---

# Delete PAT

`DELETE /user/personal-access-tokens`

Delete an existing personal access token for the authenticated user.

Use this endpoint to revoke credentials that are no longer trusted or needed.

Common scenarios:

- A token was exposed or shared accidentally.
- An integration was decommissioned.
- You are rotating credentials on a schedule.

Deletion is name-based and should be treated as an immediate revocation step.
After deletion, requests authenticated with that token should no longer be authorized.

Recommended rotation workflow:

1. Create a replacement token.
2. Update your integration to use the new token.
3. Delete the old token with this endpoint.

## Request body

- DeletePersonalAccessToken — Payload used to delete a personal access token by name.
  - `name` string, required — The personal access token name to delete.

## Response `204`

Personal access token deleted

## Other responses

- `404` — Personal access token not found

---

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