App Logo
console.cloud.google.com

Delete OAuth client

Delete an OAuth 2.0 client from the Google Cloud Console (Google Auth Platform) by its client id. Needs console.cloud.google.com cookies (loggedIn). Deletion is immediate but the client can be restored for 30 days from the console's "Restore deleted OAuth clients" page.

Input

clientId required

Full OAuth client id, e.g. 69462188880-abc123.apps.googleusercontent.com — as returned by create_oauth_client or shown on the client's own console page

projectId required

GCP project id that owns the OAuth client, e.g. testing-e2e-483713

Output

clientId required

FAQ

Delete an OAuth 2.0 client from the Google Cloud Console (Google Auth Platform) by its client id. Needs console.cloud.google.com cookies (loggedIn). Deletion is immediate but the client can be restored for 30 days from the console's "Restore deleted OAuth clients" page.
Required: projectId, clientId.
It returns clientId.
Yes. It acts as you on console.cloud.google.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the console.cloud.google.com cookies saved by the Reduck extension.
It makes changes on console.cloud.google.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/console.cloud.google.com/delete_oauth_client, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/console.cloud.google.com/delete_oauth_client
It is part of Reduck's official curated catalogue.

Start building not clicking