---
title: "Revoke token"
method: DELETE
path: "/3rdparty/v1/auth/token/{jti}"
tags: ["User", "Auth"]
---

# Revoke token

`DELETE /3rdparty/v1/auth/token/{jti}`

Revoke access token with specified jti

## Path parameters

- `jti` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error
- `501` — Not implemented

---

[API](https://skmtc.dev/sms-gate/apis/smsgate-api.md) · [All operations](https://skmtc.dev/sms-gate/apis/smsgate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sms-gate/smsgate-api/revisions/56a6604029f1/schema)
