POST
/
api
/
syncs
/
{syncId}
/
disable
Disable a Sync
curl --request POST \
  --url https://sync.useparagon.com/api/syncs/{syncId}/disable \
  --header 'Authorization: Bearer <token>'
Disabling a Sync will stop it from running or checking for new records. This can be used if your Sync needs to be paused for any reason. You can re-enable a Sync by calling the Re-enable Sync endpoint, and the Sync will resume from where it left off.

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 disable

Response

200

Sync successfully disabled