---
title: "Revoke an authenticated session"
method: DELETE
path: "/api/v1/auth/sessions/{id}"
tags: ["Auth"]
---

# Revoke an authenticated session

`DELETE /api/v1/auth/sessions/{id}`

Revokes an active CLI session chain. Browser sessions are not revocable in this API version.

## Path parameters

- `id` string, required

## Response `204`

Session revoked

## Other responses

- `400` — Malformed or non-revocable session id
- `401` — Not authenticated
- `404` — Session not found

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/versions/bee030053823/schema)
