---
title: "POST /rest-auth/logout/"
method: POST
path: "/rest-auth/logout/"
tags: ["rest_auth", "v1"]
---

# POST /rest-auth/logout/

`POST /rest-auth/logout/`

Calls Django logout method and delete the Token object
assigned to the current User object.

Accepts/Returns nothing.

## Request body

- object

## Response `201`

- RestAuthCommonResponse
  - `detail` string, required

---

[API](https://skmtc.net/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.net/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/versions/3429f921b4cb/schema)
