---
title: "Delete Sync"
method: DELETE
path: "/syncs/{syncId}"
---

# Delete Sync

`DELETE /syncs/{syncId}`

Delete a sync

## Path parameters

- `syncId` number, double, required

## Response `200`

Ok

- union
  - unknown
  - ValidateErrorJSON
    - `message` 'Validation failed', required
    - `details` object, required
  - 'Internal Server Error'

## Other responses

- `204` — No Content
- `401` — Unauthorized
- `404` — Not found
- `409` — Conflict
- `422` — Validation Failed
- `500` — Something went wrong

---

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