---
title: "Cancel Bulk Sync Execution"
method: POST
path: "/api/bulk/syncs/{id}/executions/{exec_id}/cancel"
tags: ["Bulk Sync"]
---

# Cancel Bulk Sync Execution

`POST /api/bulk/syncs/{id}/executions/{exec_id}/cancel`

Requests cancellation of a specific bulk sync execution.

Cancellation is asynchronous. A successful response means the cancellation
signal has been queued; the execution continues to run until the signal is
processed. Poll `GET /api/bulk/syncs/{id}/executions/{exec_id}` until the
execution reaches a terminal state (`completed`, `canceled`, or `failed`) to
confirm cancellation has taken effect.

## Path parameters

- `id` string, uuid, required — The bulk sync ID.
- `exec_id` string, uuid, required — The execution ID to cancel.

## Headers

- `X-Polytomic-Version` string

## Response `200`

OK

- CancelBulkSyncResponseEnvelope
  - `data` CancelBulkSyncResponse
    - `message` string

## 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)
