---
title: "Delete a schedule"
method: DELETE
path: "/schedule/{schedule-id}"
tags: ["Schedule"]
---

# Delete a schedule

`DELETE /schedule/{schedule-id}`

Deletes a schedule by ID. Available only on schedules associated with GitHub OAuth or Bitbucket Cloud pipeline definitions.

## Path parameters

- `schedule-id` string, uuid, required

## Response `200`

A confirmation message.

- object — message response
  - `message` string, required — A human-readable message

## Other responses

- `default` — Error response.

---

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