Skip to main content
DELETE
/
api
/
agent
/
delete_voice_agent
/
{voice_agent_id}
Delete Voice Agent
curl --request DELETE \
  --url https://voiceagent.infers.co/api/agent/delete_voice_agent/{voice_agent_id} \
  --header 'Authorization: <api-key>'
{
  "status": "error",
  "message": "<string>",
  "context": "<any>"
}

Authorizations

Authorization
string
header
required

API key for authentication. Email [email protected] to get your API key

Path Parameters

voice_agent_id
string
required

A unique Id for a voice agent

Response

Successful Response

status
enum<string>
required
Available options:
error,
success
message
string
required
context
any