cURL
curl --request DELETE \ --url https://dev.voice.ai/api/v1/google/{agent_id}/disconnect \ --header 'Authorization: Bearer <token>'
{ "disconnected": true, "agent_id": "<string>" }
Disconnect the Google account linked to an agent.
Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer
Successful Response