---
title: "Delete the current session (logout)"
method: DELETE
path: "/api/session"
tags: ["Session"]
---

# Delete the current session (logout)

`DELETE /api/session`

## Response `204`

On successful logout.

## Other responses

- `401` — If there is no active session.
- `403` — If the Contao Manager is locked after three unsuccessful login attempts.

## Changes

- **2021-11-02** `d64a24649f97` — 1 info
  - added the non-success response with the status `403`
- **2020-07-23** `42c41034504b` — 1 info
  - removed the non-success response with the status `403`

[Change history](https://skmtc.dev/contao/apis/contao-manager-api/changes/api/session/delete.md)

---

[API](https://skmtc.dev/contao/apis/contao-manager-api.md) · [All operations](https://skmtc.dev/contao/apis/contao-manager-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/contao/contao-manager-api/revisions/4dc3bf84edf7/schema)
