Skip to main content
DELETE
/
v1
/
evals
/
agents
/
{eval_agent_id}
Delete Eval Agent
curl --request DELETE \
  --url https://api.bland.ai/v1/evals/agents/{eval_agent_id} \
  --header 'authorization: <authorization>'

Documentation Index

Fetch the complete documentation index at: https://docs.bland.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

eval_agent_id
string
required
The unique identifier of the eval agent to delete.
Returns 204 No Content on success.