cURL
curl --request DELETE \ --url https://sync.useparagon.com/api/syncs/{syncId} \ --header 'Authorization: Bearer <token>'
Delete a Sync for a Connected User, including all associated Synced Objects
Paragon User Token. Add to the Authorization header of your requests.
ID of the sync to delete
Sync successfully deleted
Was this page helpful?