---
title: "Delete the Authenticated Session"
method: DELETE
path: "/api/v2/users/me/logout"
tags: ["Sessions"]
---

# Delete the Authenticated Session

`DELETE /api/v2/users/me/logout`

Deletes the current session. In practice, this only works when using session auth for requests, such as client-side requests
made from a Zendesk app. When using OAuth or basic authentication, you don't have a current session so this endpoint has no effect.

#### Allowed For

* Admins, Agents, End users

## Response `204`

No Content

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
