---
title: "Delete user sessions"
method: DELETE
path: "/users/{user_id}/sessions"
tags: ["Users"]
---

# Delete user sessions

`DELETE /users/{user_id}/sessions`

Deletes all sessions and personal tokens of the given user.

🔒 Requires: `users:write` scope

## Path parameters

- `user_id` string, required

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
