---
title: "Revoke Oauth Token"
method: POST
path: "/v1/oauth/tokens/revoke"
tags: ["organizations", "organizations"]
---

# Revoke Oauth Token

`POST /v1/oauth/tokens/revoke`

Revoke/disconnect an OAuth token for a specific provider.

Marks ALL tokens as inactive (is_active=False) for the current user and organization.

## Query parameters

- `provider` string, required
- `org_id` integer, required

## Headers

- `authorization` unknown

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2025-10-07** `e68a3133f727` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/codegen-sh/apis/developer-api/changes/v1/oauth/tokens/revoke/post.md)

---

[API](https://skmtc.dev/codegen-sh/apis/developer-api.md) · [All operations](https://skmtc.dev/codegen-sh/apis/developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/codegen-sh/developer-api/revisions/e68a3133f727/schema)
