---
title: "Revoke an Access Token"
method: POST
path: "/oauth2/revoke"
tags: ["Authorization"]
---

# Revoke an Access Token

`POST /oauth2/revoke`

Revoke an OAuth 2 Access Token using your Client Credentials.

## Request body

- OAuth2TokenRevokeRequest — OAuth 2 Token Revoke Request
  - `grant_type` GrantType, required — unresolved $ref
  - `client_id` ClientId, required — unresolved $ref
  - `client_secret` ClientSecret, required — unresolved $ref
  - `token` AccessToken, required — unresolved $ref

## Response `200`

Revoke Access Token

---

[API](https://skmtc.dev/easyship/apis/easyship-public-api.md) · [All operations](https://skmtc.dev/easyship/apis/easyship-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/easyship/easyship-public-api/revisions/71d737a5fcbf/schema)
