---
title: "Delete Bulk Sync Schedule"
method: DELETE
path: "/api/bulk/syncs/{sync_id}/schedules/{schedule_id}"
tags: ["Bulk Sync Schedules"]
---

# Delete Bulk Sync Schedule

`DELETE /api/bulk/syncs/{sync_id}/schedules/{schedule_id}`

Removes a schedule from a bulk sync.

Deleting a schedule only stops future automatic executions. It does not
cancel an execution that is already running.

## Path parameters

- `sync_id` string, uuid, required — Unique identifier of the bulk sync.
- `schedule_id` string, uuid, required — Unique identifier of the schedule to delete.

## Headers

- `X-Polytomic-Version` string

## Response `204`

No Content

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/polytomic/apis/polytomic-api.md) · [All operations](https://skmtc.dev/polytomic/apis/polytomic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/polytomic/polytomic-api/revisions/6c3b7c51e463/schema)
