deleteJobById method

Future<JobV1> deleteJobById (
  1. String correlationId,
  2. String jobId
)

Deletes a job by it's unique jobId.

  • correlationId (optional) transaction jobId to trace execution through call chain.
  • jobId a jobId of the job to be deleted Return Future that receives deleted job Throws error.