---
title: "Delete audience sync"
method: DELETE
path: "/audience-syncs/{syncId}"
tags: ["Audience Syncs"]
---

# Delete audience sync

`DELETE /audience-syncs/{syncId}`

Removes the sync mapping. The Meta audience itself is kept so running ads are not disrupted - only future syncs stop.

## Path parameters

- `syncId` string, required

## Response `200`

Audience sync deleted

- object
  - `success` boolean

## Other responses

- `401` — Unauthorized
- `404` — Audience sync not found

---

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