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

# Revoke OAuth Token

`POST /oauth/token/revoke`

Revokes the oAuth token using the token from the `Authorization: Bearer XXXX` header and returns a 204 response

## Headers

- `authorization` string, required

## Response `200`

Successful

## Other responses

- `401` — Unauthorized request or invalid credentials
- `403` — Forbidden Request. The operation cannot be completed.
- `default` — Unexpected Server Error

---

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