---
title: "Delete an access token."
method: POST
path: "/me/access-tokens/{accessToken}/delete"
tags: ["me"]
---

# Delete an access token.

`POST /me/access-tokens/{accessToken}/delete`

This endpoint will delete an authenticated user's access token.

## Path parameters

- `accessToken` string, required

## Response `200`

Successful Kurozora JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response

## Changes

- **2021-11-28** `32f393ace829` — 1 info
  - endpoint added
- **2021-05-13** `85ac20c1b7bb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/kurozora/apis/kurozora-api/changes/me/access-tokens/:accessToken/delete/post.md)

---

[API](https://skmtc.dev/kurozora/apis/kurozora-api.md) · [All operations](https://skmtc.dev/kurozora/apis/kurozora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/kurozora/apis/kurozora-api/revisions/e0adaecac322?raw)
