---
title: "POST /evaluation-jobs/batch-delete"
method: POST
path: "/evaluation-jobs/batch-delete"
---

# POST /evaluation-jobs/batch-delete

`POST /evaluation-jobs/batch-delete`

Deletes a batch of evaluation jobs. An evaluation job can only be deleted if it has following status <code>FAILED</code>, <code>COMPLETED</code>, and <code>STOPPED</code>. You can request up to 25 model evaluation jobs be deleted in a single request.

## Request body

- object
  - `jobIdentifiers` EvaluationJobIdentifier[], required — A list of one or more evaluation job Amazon Resource Names (ARNs) you want to delete.

## Response `202`

Success

- BatchDeleteEvaluationJobResponse
  - `errors` BatchDeleteEvaluationJobError[], required — A JSON object containing the HTTP status codes and the ARNs of evaluation jobs that failed to be deleted.
    - `jobIdentifier` string, password, required — The ARN of the evaluation job being deleted.
    - `code` string, required — A HTTP status code of the evaluation job being deleted.
    - `message` string — A status message about the evaluation job deletion.
  - `evaluationJobs` BatchDeleteEvaluationJobItem[], required — The list of evaluation jobs for deletion.
    - `jobIdentifier` string, password, required — The Amazon Resource Name (ARN) of the evaluation job for deletion.
    - `jobStatus` 'InProgress' | 'Completed' | 'Failed' | 'Stopping' | 'Stopped' | 'Deleting', required — The status of the evaluation job for deletion.

## Other responses

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

---

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