---
title: "Logout of management API"
method: DELETE
path: "/api/2.0/logout"
tags: ["Authentication Management API"]
---

# Logout of management API

`DELETE /api/2.0/logout`

CURL Example:

	curl -i -X DELETE \
		-H "Authorization: Bearer <AUTH_TOKEN>" \
		<KNOWI_SERVER>/api/2.0/logout

## Response `200`

Success

- ApiMessage — Response status
  - `message` string — Message
  - `documentation` string — Link to documentation

## Other responses

- `500` — Error during processing

---

[API](https://skmtc.net/knowi/apis/user-management-api.md) · [All operations](https://skmtc.net/knowi/apis/user-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/knowi/user-management-api/revisions/6e6982573ba6/schema)
