---
title: "Delete a schedule"
method: DELETE
path: "/v1/schedules/{scheduleId}"
tags: ["Schedules"]
---

# Delete a schedule

`DELETE /v1/schedules/{scheduleId}`

## Path parameters

- `scheduleId` string, required

## Headers

- `Authorization` string — User access token
- `Content-Type` 'application/json'

## Response `204`

Returns no content

- 'null', nullable

## Other responses

- `404` — Responds with a status code of 404 if a schedule could not be found

---

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