---
title: "User logout"
method: POST
path: "/users/logout"
tags: ["Users"]
---

# User logout

`POST /users/logout`

Logs out the user and clears the JWT cookie.

## Response `200`

Logged out successfully.

## Other responses

- `500` — Logout failed.

---

[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)
