Skip to content
Start in Cloud

Disconnect Google Search Console

DELETE
/api/user/teams/{id}/integrations/google-search-console
curl --request DELETE \
--url https://hitkeep.com/api/user/teams/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/integrations/google-search-console \
--cookie hk_token=<hk_token>

Disconnects the team-level Google Search Console connection and clears stored token material.

id
required
string format: uuid

Status

Media type application/json
object
message
string
status
string
Example generated
{
"message": "example",
"status": "example"
}

Access denied

Media type application/json
object
message
string
Example generated
{
"message": "example"
}