# POST Logout

```
POST https://api.swaycharts.io/dxsca-web/logout
```

For clients authenticated with [basic authentication](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/authentication-and-authorization/post-create-session-token) explicitly expires the authorization token

In case the client has authorization token created for [basic authentication](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/authentication-and-authorization/post-create-session-token) and does not plan to use the Sway Charts API anymore it is recommended to explicitly expire authorization token to free up system resources.

```
Empty request

Authorization header should be included in case of basic authentication
```
