---
title: "DELETE /evaluations/batch-evaluate/{batchEvaluationId}"
method: DELETE
path: "/evaluations/batch-evaluate/{batchEvaluationId}"
---

# DELETE /evaluations/batch-evaluate/{batchEvaluationId}

`DELETE /evaluations/batch-evaluate/{batchEvaluationId}`

Deletes a batch evaluation and its associated results.

## Path parameters

- `batchEvaluationId` string, required — The unique identifier for a batch evaluation.

## Response `202`

Success

- DeleteBatchEvaluationResponse
  - `batchEvaluationId` string, required — The unique identifier of the deleted batch evaluation.
  - `batchEvaluationArn` string, required — The Amazon Resource Name (ARN) of the deleted batch evaluation.
  - `status` 'PENDING' | 'IN_PROGRESS' | 'COMPLETED' | 'COMPLETED_WITH_ERRORS' | 'FAILED' | 'STOPPING' | 'STOPPED' | 'DELETING', required — The status of the batch evaluation deletion operation.

## Other responses

- `480` — UnauthorizedException
- `481` — ValidationException
- `482` — AccessDeniedException
- `483` — ConflictException
- `484` — ThrottlingException
- `485` — ResourceNotFoundException
- `486` — InternalServerException

---

[API](https://skmtc.net/aws/apis/bedrock-agentcore.md) · [All operations](https://skmtc.net/aws/apis/bedrock-agentcore/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock-agentcore/versions/79623b33d495/schema)
