---
title: "Revoke JWT by JTI (JWT ID)"
method: DELETE
path: "/jwt/{jti}#1"
tags: ["Authentication/JWT (JSON Web Token)"]
---

# Revoke JWT by JTI (JWT ID)

`DELETE /jwt/{jti}#1`

> Note: # and anything after is NOT needed, its just to allow multiple examples for the same path/method.

## Path parameters

- `jti` string, required

## Response `202`

- object

## 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)
