Skip to main content
DELETE
/
voice_agents
/
{voice_agent_id}
Delete voice agent
curl --request DELETE \
  --url https://api.kapso.ai/platform/v1/voice_agents/{voice_agent_id} \
  --header 'X-API-Key: <api-key>'
This response does not have an example.

Authorizations

X-API-Key
string
header
required

Path Parameters

voice_agent_id
string<uuid>
required

Voice agent identifier

Response

Voice agent deleted successfully (no content returned)