Skip to main content
Deletes an OAuth client registration and revokes all tokens issued for it. Any user who connected your app will need to reconnect.
agent-cards-admin oauth-clients revoke

Options

OptionDescription
--org <org-id>Organization that owns the client. Prompted if omitted.
--client-id <clientId>Client to revoke. Prompted (selectable list) if omitted.

Example

$ agent-cards-admin oauth-clients revoke --org org_abc123

? Select an OAuth client to revoke: Kilo — 62e42803-614d-40ea-a60c-e59db970380a
? Revoke OAuth client 62e42803-…? This deletes the app registration and revokes all of its users' tokens. Yes
✓ Revoked 62e42803-614d-40ea-a60c-e59db970380a (3 tokens revoked).
This is irreversible — the client_id is deleted. To reconnect users afterward you’ll register a new client with oauth-clients create.