DELETE api/sync/deletecalendar
Forces a call to get updates from Cronofy for the rezi calendar
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Dezrez.Core.DataContracts.External.Api.Job.Query.Get.JobInvocationDetailsDataContractName | Description | Type | Additional information |
---|---|---|---|
SupportsCancellation | boolean |
None. |
|
ReportsProgress | boolean |
None. |
|
InitialStatusText | string |
None. |
|
JobReference | globally unique identifier |
None. |
|
Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "SupportsCancellation": true, "ReportsProgress": true, "InitialStatusText": "sample string 3", "JobReference": "6df88c6b-74fa-4c23-a7f2-9b25f3152a78", "Success": true }