---
title: "Revoke Access Token"
method: POST
path: "/v1/oauth2/token/revoke"
tags: ["OAuth 2.0 Tokens"]
---

# Revoke Access Token

`POST /v1/oauth2/token/revoke`

Regardless of which token is revoked, all tokens from that authorization grant will become invalid.

## Response `200`

OK if the client credentials are valid.

## Other responses

- `401` — Unauthorized if the client credentials are invalid.

---

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