---
title: "Revoke a specific session"
method: DELETE
path: "/users/sessions/{sessionId}"
tags: ["Users"]
---

# Revoke a specific session

`DELETE /users/sessions/{sessionId}`

Revokes a specific session by ID.

## Path parameters

- `sessionId` string, required

## Response `200`

Session revoked successfully.

## Other responses

- `400` — Session ID is required.
- `403` — Not authorized to revoke this session.
- `404` — Session not found.
- `500` — Failed to revoke session.

---

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