---
title: "Revoke API Token"
method: DELETE
path: "/v1/auth/api-tokens/{tokenName}"
---

# Revoke API Token

`DELETE /v1/auth/api-tokens/{tokenName}`

Revokes the provided API token belonging to a user.

## Path parameters

- `tokenName` string, required

## Response `200`

Successful response

- object
  - `token` string — The revoked token name.

---

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