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

---

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