---
title: "Delete S3 Sync"
method: DELETE
path: "/v2/syncs/{sync_id}"
tags: ["sync"]
---

# Delete S3 Sync

`DELETE /v2/syncs/{sync_id}`

Remove a sync: syncing stops and the connector is marked inactive. Its per-object sync state is cleared. Documents already indexed by the sync remain in the collection.

## Path parameters

- `sync_id` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- S3SyncDeleteResponseDocs
  - `sync_id` string
  - `status` 'inactive'
  - `deactivated_at` string

---

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