public_jobs
public
Jobs
Cancel a running Job
delete/jobs/{jobId}
Response
Cancel a Job.
Example response
{
"id": "18dccc91-0ab1-4f72-9ed7-0b8fc27c5826",
"status": "running",
"jobType": "sync",
"startTime": "2023-03-25T01:30:50Z",
"duration": "PT8H6M12S"
}Changes
Changed in 1 of the 32 revisions of this API.1
- ●
added the new
queuedenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●