cURL
curl --request POST \ --url https://api.nango.dev/sync/pause \ --header 'Content-Type: application/json' \ --data '{ "provider_config_key": "<string>", "connection_id": "<string>", "syncs": [ "<string>" ] }'
This response does not have an example.
Pauses the schedule of specified sync(s) for a given connection or all applicable connections if no connection is specified.
Successfully paused the sync
Was this page helpful?