---
title: "POST /v1/plus/auth/logout/"
method: POST
path: "/v1/plus/auth/logout/"
tags: ["v1"]
---

# POST /v1/plus/auth/logout/

`POST /v1/plus/auth/logout/`

Takes a token and blacklists it. Must be used with the
`rest_framework_simplejwt.token_blacklist` app installed.

## Request body

- TokenBlacklist
  - `refresh` string, required

## Response `200`

- TokenBlacklist
  - `refresh` string, required

---

[API](https://skmtc.net/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.net/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yume-cloud/yume-api/versions/90700f5abfcc/schema)
