Skip to main content
DELETE
/
v1
/
voiceai
/
agents
/
{agent_id}
Delete Agent
curl --request DELETE \
  --url https://api.example.com/v1/voiceai/agents/{agent_id} \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for programmatic access

Path Parameters

agent_id
string
required

The id of an agent. This is returned on agent creation.

Example:

"agent_3701k3ttaq12ewp8b7qv5rfyszkz"

Response

Successful Response