---
title: "Delete all sessions"
method: DELETE
path: "/account/sessions"
tags: ["Account"]
---

# Delete all sessions

`DELETE /account/sessions`

Signs out the current user everywhere by invalidating every active session. Use this after a suspected credential leak.

## Response `204`

All sessions deleted

## Other responses

- `401` — No active session

---

[API](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api.md) · [All operations](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laserdata/laserdata-cloud-core-api/revisions/db81a447bba9/schema)
