---
title: "Revoke token"
method: POST
path: "/oauth/revoke"
tags: ["OAuth2"]
---

# Revoke token

`POST /oauth/revoke`

Revoke an access or refresh token.

## Request body

- object
  - `client_id` string, required — Application's client ID.
  - `client_secret` string, required — Application's client secret.
  - `token` string, required — The refresh token to revoke.

## Response `204`

Token revoked

---

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