Step Five: Abort a Job

Abort an existing job by sending a POST request to this URI. The request URI identifies the job to abort. When a job is aborted, no more records are processed. If changes to data have been committed, they aren’t rolled back.

URI: /services/async/APIversion/job/jobId

Example XML request body

Example XML response body

Example JSON request body

Example JSON response body

See Also