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

Authorizations

x-api-key
string
header
required

API key for programmatic access

Path Parameters

agent_id
string
required

ID of the agent

Example:

"agent_3701k3ttaq12ewp8b7qv5rfyszkz"

Response

Successful Response