---
title: "Call this API for removing a scheduled job"
method: DELETE
path: "/jobs/schedule/{id}"
tags: ["proctor"]
---

# Call this API for removing a scheduled job

`DELETE /jobs/schedule/{id}`

## Path parameters

- `id` string, required

## Response `200`

successful removal of scheduled job

## Other responses

- `400` — Bad Request - Invalid Job ID
- `404` — Job not found
- `500` — Internal server error

---

[API](https://skmtc.dev/gojek/apis/proctor-service.md) · [All operations](https://skmtc.dev/gojek/apis/proctor-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gojek/proctor-service/revisions/58febc2ca0c0/schema)
