Skip to main content
DELETE
/
v2
/
agents
/
{agentId}
/
eval-rubrics
/
{rubricId}
Delete Eval Rubric
curl --request DELETE \
  --url https://api.duvo.ai/v2/agents/{agentId}/eval-rubrics/{rubricId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

agentId
string<uuid>
required

The agent's unique identifier (Assignment ID)

rubricId
string<uuid>
required

The custom rubric's unique identifier

Response

Default Response

success
boolean
required