---
title: "Revoke current JWT"
method: DELETE
path: "/jwt"
tags: ["Authentication/JWT (JSON Web Token)"]
---

# Revoke current JWT

`DELETE /jwt`

This API requires a valid JWT and will revoke it by JTI of the current Token. It will then prevent its use moving forward.

## Response `202`

- SuccessResponse
  - `code` integer, required
  - `message` string, required

## Other responses

- `400`
- `401`
- `404`

---

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