---
title: "Revoke access token"
method: POST
path: "/v6/auth/revoke"
tags: ["OAuth"]
---

# Revoke access token

`POST /v6/auth/revoke`

Revoke an access token or refresh token, rendering it immediately invalid.

Compliant with RFC 7009. Returns `200` whether or not the token was valid.
Authenticate using HTTP Basic auth (`client_secret_basic`)

## Response `200`

Token revoked successfully (or token was already invalid)

---

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