---
title: "Google Search Console Disconnect"
method: POST
path: "/integrations/google-search-console/disconnect"
tags: ["google_search_console"]
---

# Google Search Console Disconnect

`POST /integrations/google-search-console/disconnect`

Drop the grant, at Google and locally.

Google's OAuth 2.0 policy requires both halves: revoke tokens we no longer
need, and then delete them permanently from our own system. Revocation is
best-effort; clearing our copy is not.

## Response `200`

Successful Response

- OAuthDisconnectResult — Whether there was a grant to drop. ``False`` means "nothing was connected", not "the attempt failed" — the route raises for failure. Used by Cloudflare and Search Console ``/disconnect``; HubSpot's answers a different shape.
  - `disconnected` boolean, required

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
