---
title: "Logout User"
method: POST
path: "/api/authentication/logout"
tags: ["Authentication"]
---

# Logout User

`POST /api/authentication/logout`

Logs out the user by discarding the user JWT so that it is no longer usable.

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `503` — Service Unavailable

---

[API](https://skmtc.dev/crosser/apis/edge-director-api.md) · [All operations](https://skmtc.dev/crosser/apis/edge-director-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/crosser/edge-director-api/revisions/746b3f44e69d/schema)
