---
title: "Revoke an OAuth application token"
method: POST
path: "/oauth_applications/{oauth_application_id}/revoke_token"
tags: ["OAuth Applications"]
---

# Revoke an OAuth application token

`POST /oauth_applications/{oauth_application_id}/revoke_token`

Revoke both OAuth access token and refresh token for the associated grant for the given OAuth application.
The request may specify either token.
JWT access tokens cannot be revoked.

## Path parameters

- `oauth_application_id` string, required

## Request body

- object
  - `token` string, required — The opaque OAuth access token or refresh token to revoke. All tokens associated with the same OAuth grant are also revoked.

## Response `204`

Token revoked

## Other responses

- `400` — Request was not successful
- `403` — Authorization invalid
- `404` — Resource not found
- `422` — Invalid request parameters

---

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