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>'

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