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

# Revoke OAuth 2.0 token

`POST /oauth2/revoke`

## Headers

- `Authorization` string

## Response `200`

Token successfully revoked

## Other responses

- `400` — Invalid request - missing or invalid parameters
- `401` — Unauthorized - invalid client credentials

---

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