---
title: "OAuth2 Token Revocation (RFC 7009)"
method: POST
path: "/oauth2/revoke"
tags: ["session"]
---

# OAuth2 Token Revocation (RFC 7009)

`POST /oauth2/revoke`

Revoke an access token or refresh token.

## Response `200`

Token successfully revoked (or was already invalid)

## Other responses

- `default` — OAuth2 error response

---

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