---
title: "Revoke Session"
method: DELETE
path: "/v1/auth/sessions/{sessionID}"
tags: ["Auth"]
---

# Revoke Session

`DELETE /v1/auth/sessions/{sessionID}`

Terminates and deletes a specific login session by ID.

## Path parameters

- `sessionID` string, uuid, required — The ID of the session to terminate.

## Response `204`

Session terminated successfully

## Other responses

- `401` — Unauthorized
- `404` — Session not found

---

[API](https://skmtc.net/px0-ai/apis/px0-api.md) · [All operations](https://skmtc.net/px0-ai/apis/px0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/px0-ai/px0-api/versions/3ed72443989d/schema)
