---
title: "Delete API token"
method: DELETE
path: "/users/me/tokens/{id}"
tags: ["API Tokens"]
---

# Delete API token

`DELETE /users/me/tokens/{id}`

Revokes an API token by ID. The token will be immediately invalidated.

## Path parameters

- `id` string, required

## Response `200`

Token deleted successfully

- object

## Other responses

- `400` — Invalid token ID
- `401` — Unauthorized
- `500` — Internal server error

---

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