# Delete

`DELETE /api/2.0/token-management/tokens/{token_id}`

Deletes a token, specified by its ID.

API scopes: authentication

## Path parameters

- `token_id` (string, optional)
  The ID of the token to revoke.

## Response

```json
{}
```

