DELETE
/
agents
/
{agent_id}
/
datasets
/
evaluate
/
{dataset_name}
curl --request DELETE \
  --url https://api.contextual.ai/v1/agents/{agent_id}/datasets/evaluate/{dataset_name} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string
required

Agent ID associated with the evaluation dataset

dataset_name
string
required

Name of the evaluation dataset to delete

Response

200
application/json
Successful Response

The response is of type object.