Disconnect an OAuth client (revoke all the org's tokens)
Revokes EVERY live access/refresh token family the org holds for the given client — the “disconnect Zapier” dashboard action. Idempotent; returns the number of token rows revoked. Use this when… a signed-in owner wants to fully disconnect a client from the org (revokes ALL of that client’s tokens). To revoke just ONE specific token the client is holding, the client itself calls the RFC 7009 oauthRevoke endpoint.
Authorizations
Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.
Path Parameters
The OAuth client whose tokens to revoke for this org.