---
title: "Delete personal access token"
method: POST
path: "/delete_personal_access_token"
tags: ["Access Tokens"]
---

# Delete personal access token

`POST /delete_personal_access_token`

Deletes a personal access token for the authenticated user. The `id` in the
request body can be the encoded token secret or the name of the token.

## Request body

- DeletePersonalAccessTokenArgs
  - `id` string, required — The token to delete. This can be the secret value of the token or the token's unique name.

## Response `200`

---

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