---
title: "[Beta] Revoke oauth app authorization and it's corresponding tokens"
method: POST
path: "/v1/oauth/revoke"
tags: ["OAuth"]
---

# [Beta] Revoke oauth app authorization and it's corresponding tokens

`POST /v1/oauth/revoke`

## Request body

- OAuthRevokeTokenBody
  - `client_id` string, uuid, required
  - `client_secret` string, required
  - `refresh_token` string, required

## Response `204`

---

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