v10

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-21162658.7 KB
partner

Revoke Partner Connection

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.

post/v1/partner/oauth/revoke

Request body

client_idstring required
client_secretstring required
tokenstring required

Any access or refresh token from the connection to revoke.

Response

Revocation acknowledged.

revokedboolean required

Example response

{
  "revoked": true
}