# Revoke An API Token

`DELETE /tokens/{tokenId}`

Revokes an API token owned by the authenticated user. Revocation cannot be undone.
## Authentication

Use the following authentication method:

- **Better Auth browser session** (`browserSession`) : Use the Better Auth session cookie from a signed-in browser session. Send it in the `better-auth.session_token` cookie.
## Parameters

- `tokenId` (path, required): The UUID of the token.
## Responses

### 204

The token was revoked.
