Skip to main content
DELETE
/
api
/
v1
/
google
/
{agent_id}
/
disconnect
Disconnect Google
curl --request DELETE \
  --url https://dev.voice.ai/api/v1/google/{agent_id}/disconnect \
  --header 'Authorization: Bearer <token>'
{
  "disconnected": true,
  "agent_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer

Path Parameters

agent_id
string
required

Response

Successful Response

disconnected
boolean
required
agent_id
string
required