---
title: "Revoke Partner Connection"
method: POST
path: "/v1/partner/oauth/revoke"
tags: ["partner"]
---

# Revoke Partner Connection

`POST /v1/partner/oauth/revoke`

Revoke an entire partner connection by presenting any of its tokens (access or refresh) with your client credentials. All tokens for the connection are revoked and unfinished launch sessions expire. Always returns revoked: true, including for unknown or already-revoked tokens. Accepts form-encoded or JSON bodies.

## Request body

- PartnerRevokeRequest
  - `client_id` string, required
  - `client_secret` string, required
  - `token` string, required — Any access or refresh token from the connection to revoke.

## Response `200`

Revocation acknowledged.

- PartnerRevokeResponse
  - `revoked` boolean, required

## Other responses

- `401` — Invalid client credentials.

## Changes

- **2026-07-06** `667e3a14dd18` — 1 info
  - endpoint added
- **2026-03-16** `9695d93a926b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/everbility/apis/everbility-public-api/changes/v1/partner/oauth/revoke/post.md)

---

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