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
Response
Revocation acknowledged.
Example response
{
"revoked": true
}