---
title: "Revoke a JWT"
method: DELETE
path: "/logout/jwt"
tags: ["Login"]
---

# Revoke a JWT

`DELETE /logout/jwt`

Revokes the token so it can no longer be used. Returns 204 whether the token was successfully revoked or was already invalid.

## Response `204`

Token revoked successfully or token already invalid

## Other responses

- `default` — Unknown error

---

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