---
title: "Revoke an access or refresh token (RFC 7009)"
method: POST
path: "/oauth/revoke"
tags: ["OAuth"]
---

# Revoke an access or refresh token (RFC 7009)

`POST /oauth/revoke`

Always returns 200 with an empty body, regardless of whether the token existed.

## Request body

- object
  - `token` string, required
  - `token_type_hint` 'access_token' | 'refresh_token'

## Response `200`

Default Response

- object

---

[API](https://skmtc.dev/jam/apis/jam-public-api.md) · [All operations](https://skmtc.dev/jam/apis/jam-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jam/jam-public-api/revisions/b628e9368a59/schema)
