---
title: "Revoke access token"
method: POST
path: "/oauth2/revoke"
tags: ["Authorization"]
---

# Revoke access token

`POST /oauth2/revoke`

Revoke an active Access Token, effectively logging a user out
that has been previously authenticated.

## Response `200`

Returns an empty response when the token was successfully revoked.

## Other responses

- `400` — An authentication error.
- `default` — An authentication error.

---

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