Skip to main content
DELETE
/
test_framework
/
v2
/
aiagents
/
{id}
Delete an AI voice agent
curl --request DELETE \
  --url https://api.cekura.ai/test_framework/v2/aiagents/{id}/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
{
  "field_name": [
    "<string>"
  ]
}

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

id
integer
required

A unique integer value identifying this ai agent.

Query Parameters

If true (default), delete associated evaluators, results and runs. If false, detach evaluators and leave results as-is.

Response

No response body