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

Paragon User Token. Add to the Authorization header of your requests.

Path Parameters

syncId
string
required

ID of the sync to delete

Response

Sync successfully deleted