DELETE
/
api
/
v1
/
syncs
/
{id}
curl --request DELETE \
  --url https://api.squared.ai/api/v1/syncs/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the sync operation to delete

Response

204

No content, indicating the sync operation was successfully deleted