Permanently delete a voice agent. This will also remove all WhatsApp phone number assignments for this agent.
After deletion:
This operation cannot be undone. Make sure to reassign phone numbers to other voice agents if needed.
cURL
curl --request DELETE \ --url https://api.kapso.ai/platform/v1/voice_agents/{voice_agent_id} \ --header 'X-API-Key: <api-key>'
{ "error": "<string>" }
Voice agent identifier
Voice agent deleted successfully (no content returned)
Was this page helpful?