---
title: "Delete a batch job"
method: DELETE
path: "/batch/{job_uuid}"
tags: ["Batch Operations"]
---

# Delete a batch job

`DELETE /batch/{job_uuid}`

Delete the job. Jobs will be automatically deleted after 30 days from creation date. At any time jobs can be deleted. Deletion removes stored input points & parameters, any download files that may have been created, and the optional callback URL.

## Path parameters

- `job_uuid` string, uuid, required

## Response `200`

Job successfully deleted

- object
  - `message` string

## Other responses

- `401` — Unauthorized. Invalid API token.
- `404` — Job not found

---

[API](https://skmtc.net/regrid/apis/regrid-openapi-specification.md) · [All operations](https://skmtc.net/regrid/apis/regrid-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/regrid/regrid-openapi-specification/revisions/e4abb9a7fcfe/schema)
