---
title: "Delete Account Session"
method: DELETE
path: "/account/sessions/{sessionId}"
tags: ["account"]
---

# Delete Account Session

`DELETE /account/sessions/{sessionId}`

Use this endpoint to log out the currently logged in user from all their account sessions across all of their different devices. When using the option id argument, only the session unique ID provider will be deleted.

## Path parameters

- `sessionId` string, required

## Response `204`

No content

---

[API](https://skmtc.net/appwrite/apis/client.md) · [All operations](https://skmtc.net/appwrite/apis/client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appwrite/client/versions/b1c00a0bc3fb/schema)
