---
title: "GET /users/logout/"
method: GET
path: "/users/logout/"
tags: ["users"]
---

# GET /users/logout/

`GET /users/logout/`

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

Accepts/Returns nothing.

## Headers

- `X-Company` string

## Response `200`

- RestAuthDetail
  - `detail` string, required

---

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