To cancel a job that has been scheduled but has not yet run, obtain a list of jobs that are either running or waiting in the queue and then issue the cancelJobOperation of the Administration Web Service.
You can only cancel a job that has not yet started.
To cancel a job for a data store:
<admin:response xmlns:admin="http://www.endeca.com/MDEX/admin/1/0"> <admin:cancelJobStatus> <admin:jobId>5</admin:jobId> <admin:canceledJob>true</admin:canceledJob> <admin:canceledJobDetails>Job marked for cancellation</admin:canceledJobDetails> </admin:cancelJobStatus> </admin:response>