DELETE
/
voice_agents
/
{voice_agent_id}
/
voice_agent_whatsapp_configs
/
{id}
Delete voice agent WhatsApp config assignment
curl --request DELETE \
  --url https://app.kapso.ai/api/v1/voice_agents/{voice_agent_id}/voice_agent_whatsapp_configs/{id} \
  --header 'X-API-Key: <api-key>'
This response does not have an example.

Authorizations

X-API-Key
string
header
required

API key required for all endpoints

Path Parameters

voice_agent_id
string<uuid>
required
id
string<uuid>
required

Response

Voice agent WhatsApp config assignment deleted successfully