Skip to main content
DELETE
/
api
/
v1
/
audience-syncs
/
{syncId}
Delete Audience Sync
curl --request DELETE \
  --url https://api.sequenzy.com/api/v1/audience-syncs/{syncId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}
Remove an audience sync. The Meta audience itself is kept - running ads referencing it are not disrupted. Only future syncs stop.

Request

syncId
string
required
Audience sync ID
curl -X DELETE "https://api.sequenzy.com/api/v1/audience-syncs/sync_abc123" \
  -H "Authorization: Bearer YOUR_API_KEY"

Responses

{
  "success": true
}