Skip to main content
DELETE
/
api
/
syncs
/
{syncId}
Delete a Sync
curl --request DELETE \
  --url https://sync.useparagon.com/api/syncs/{syncId} \
  --header 'Authorization: Bearer <token>'
This will permanently delete a Sync and all associated Synced Objects.
After deleting a Sync, recreating a Sync with the same integration and configurationName will create a new Sync with the same ID.

Authorizations

Authorization
string
header
required

Path Parameters

syncId
string
required

Response