---
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.

---

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