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

# Revoke a token

`POST /v1/oauth/revoke`

## Headers

- `Notion-Version` '2026-03-11', required

## Request body

- object
  - `token` string, required

## Response `200`

- object
  - `request_id` string, uuid

## Other responses

- `400`
- `401`
- `403`
- `500`

---

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