> For the complete documentation index, see [llms.txt](https://apidocs.onekeypayments.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.onekeypayments.com/api-reference/reconciliation-api/logout.md).

# Logout

## Logout Endpoint

> Invalidates the current session's BEARER\_TOKEN.

```json
{"openapi":"3.0.0","info":{"title":"Reconciliation API - Logout Endpoint","version":"1.0.0"},"servers":[{"url":"https://merchants-api.onekeypayments.com/v1","description":"Production Server"},{"url":"https://merchants-api-stg.onekeypayments.com/v1","description":"Staging Server"}],"security":[{"cookieAuth":[]}],"components":{"securitySchemes":{"cookieAuth":{"type":"apiKey","in":"cookie","name":"BEARER_TOKEN"}}},"paths":{"/auth/session/destroy":{"delete":{"summary":"Logout Endpoint","description":"Invalidates the current session's BEARER_TOKEN.","operationId":"logoutUser","tags":["Authentication"],"responses":{"204":{"description":"No Content - The session was successfully destroyed."}}}}}}
```
