---
title: "User logout"
method: DELETE
path: "/api/auth/logout"
tags: ["login"]
---

# User logout

`DELETE /api/auth/logout`

## Headers

- `x-artemis-api-key` string, uuid, required

## Cookies

- `sid` string, required

## Response `204`

User logged out.

## Changes

- **2026-07-17** `5b8190369db2` — 1 breaking
  - added the new required `cookie` request parameter `sid`
- **2021-05-17** `da59f21f77ce` — 1 warning
  - deleted the `cookie` request parameter `sid`

[Change history](https://skmtc.dev/forth-ics-inspire/apis/artemis-web-api/changes/api/auth/logout/delete.md)

---

[API](https://skmtc.dev/forth-ics-inspire/apis/artemis-web-api.md) · [All operations](https://skmtc.dev/forth-ics-inspire/apis/artemis-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forth-ics-inspire/artemis-web-api/revisions/5b8190369db2/schema)
