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

# Revoke OAuth 2.0 Token

`POST /v1/oauth/token/revoke`

Revoke an OAuth 2.0 token for an API client. Once revoked, the token cannot be used anymore.

## Response `204`

Returns no content if the OAuth 2.0 token is revoked successfully.

## Other responses

- `404` — Returns an empty error if a token was not found or it was inactive.

---

[API](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions.md) · [All operations](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voucherifyio/voucherify-api-async-actions/revisions/4982266e0494/schema)
