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

# Revoke token

`POST /oauth/revoke`

Revokes an access or refresh token.

## Request body

- object
  - `client_id` string — The client identifier.
  - `client_secret` string — The client secret.
  - `token` string, required — The token to revoke.

## Response `200`

Token revoked successfully.

## Other responses

- `400` — OAuth error response
- `401` — OAuth error response

---

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