---
title: "Delete Eval Rubric"
method: DELETE
path: "/v2/agents/{agentId}/eval-rubrics/{rubricId}"
tags: ["Agents"]
---

# Delete Eval Rubric

`DELETE /v2/agents/{agentId}/eval-rubrics/{rubricId}`

Remove a single Agent-specific evaluation rubric. Future Runs on the build are no longer scored against it.

## Path parameters

- `agentId` string, uuid, required
- `rubricId` string, uuid, required

## Response `200`

Default Response

- object
  - `success` boolean, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/revisions/dafcf3d868a9/schema)
