---
title: "Delete Bulk Sync"
method: DELETE
path: "/api/bulk/syncs/{id}"
tags: ["Bulk Sync"]
---

# Delete Bulk Sync

`DELETE /api/bulk/syncs/{id}`

Deletes a bulk sync, cancelling any running executions.

Any execution that is currently running is cancelled before the sync record is
removed.

> 🚧 All associated schedules, schema configurations, and execution history are
> deleted along with the sync.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `refresh_schemas` boolean

## Headers

- `X-Polytomic-Version` string

## Response `204`

No Content

## Other responses

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

---

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