---
title: "POST /v1/oauth/revoke"
method: POST
path: "/v1/oauth/revoke"
tags: ["OAuth"]
---

# POST /v1/oauth/revoke

`POST /v1/oauth/revoke`

OAuth 2.0 Token Revocation

## Request body

- object
  - `token` string, required
  - `token_type_hint` 'access_token' | 'refresh_token'
  - `client_id` string
  - `client_secret` string

## Response `200`

Default Response

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/6fe5e0368cb0/schema)
