# Delete access token

| **Description** | Request to permanently revoke an access token.  |
| --------------- | ----------------------------------------------- |
| **Endpoint**    | `/account/security/accessToken/{accessTokenId}` |
| **Method**      | DELETE                                          |

### Access Level Rules

| **Minimum Access Level** | Account holder only |
| ------------------------ | ------------------- |

### Processing Units

| **Processing units** | 0 |
| -------------------- | - |

### Parameters

<table><thead><tr><th>Name</th><th width="276">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>accessTokenId</code></td><td>The id of the access token to revoke.</td><td>true</td><td></td></tr></tbody></table>
