---
title: "Logs a user out of General Task"
method: POST
path: "/logout/"
tags: ["auth"]
---

# Logs a user out of General Task

`POST /logout/`

Removes the internal token associated with the session

## Headers

- `Authorization` string, required

## Response `200`

success

- string

## Other responses

- `401` — unauthorized
- `500` — internal server error

## Changes

- **2026-07-17** `dd703b665df8` — 1 info
  - endpoint added
- **2022-07-08** `a16838105bfd` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/generaltask/apis/general-task-api/changes/logout/post.md)

---

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