chatgpt_ads_revoke_connection
Revoke ChatGPT Ads Connection
ChatgptDescription
Remove a stored ChatGPT Ads connection. Owner-only. This deletes Hopkin's stored copy of the API key only. The key stays valid on the ChatGPT Ads platform — the API has no revocation endpoint — so tell the user to delete it in ChatGPT Ads Manager → Settings if they want it to stop working everywhere.
DestructiveIdempotent
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "chatgpt_ads_revoke_connection",
"arguments": {}
}
}
hopkin chatgpt revoke-connection
| Flag | Type | Required | Description |
|---|---|---|---|
--connection-id | string | Required | UUID of the connection to mark as the actor's default ChatGPT Ads connection. |
{
"mcpServers": {
"chatgpt-ads": {
"url": "https://chatgpt.mcp.hopkin.ai",
"transport": "sse"
}
}
}
No example prompts available.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
connection_id |
string |
Required | UUID of the connection to mark as the actor's default ChatGPT Ads connection. |
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |