---
title: "DELETE /api/scheduler/job"
method: DELETE
path: "/api/scheduler/job"
tags: ["Scheduler"]
---

# DELETE /api/scheduler/job

`DELETE /api/scheduler/job`

DELETE operation for /api/scheduler/job

## Headers

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

## Response `200`

Job deleted successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Missing job_id parameter
- `401` — Authentication required
- `403` — User is not the job owner
- `404` — Job not found or already terminated
- `500` — Job deletion failed

---

[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)
