cURL
curl --request DELETE \ --url https://api.squared.ai/api/v1/schedule_syncs/{sync_id} \ --header 'Authorization: Bearer <token>'
{ "message": "Sync cancelled successfully" }
Cancel a Manual Sync using the sync ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the sync to be canceled
72
Sync cancelled successfully
The response is of type object.
object
Was this page helpful?