# Delete

Launch stage: GA

`POST /api/2.0/token/delete`

Revokes an access token.

 If a token with the specified ID is not valid, this call returns an error **RESOURCE_DOES_NOT_EXIST**.

API scopes: authentication

## Request body

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

## Response

```json
{}
```

