---
title: "Delete an existing EKS job"
method: DELETE
path: "/api/containers/eks/job"
tags: ["Elastic Kubernetes Service (EKS)"]
---

# Delete an existing EKS job

`DELETE /api/containers/eks/job`

Deletes an EKS job from the specified cluster and namespace. Only the job owner can delete their jobs.

## Headers

- `X-EDH-USER` string, required
- `X-EDH-TOKEN` string, required

## Response `200`

Job deleted successfully

- object
  - `success` boolean, required
  - `message` string, required

## Other responses

- `400` — Bad request - missing required parameters
- `401` — Unauthorized - invalid authentication or insufficient permissions
- `403` — Forbidden - job does not belong to user
- `404` — Job not found in the specified namespace
- `500` — Internal server error

---

[API](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/versions/6db97cead8df/schema)
