---
title: "Delete Schedule"
method: DELETE
path: "/v1/delete-schedule/{schedule_id}"
---

# Delete Schedule

`DELETE /v1/delete-schedule/{schedule_id}`

## Path parameters

- `schedule_id` string, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- DeleteCronJobResponse
  - `status` 'success' | 'error', required — The status of the delete operation.
  - `message` string, required — A message providing additional details about the operation.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/versions/f48cef80963f/schema)
