Delete a job.

Delete the Job by ID.


Function

  • deleteJob()

Url

  • POST: /PuresendService/v1/deleteJob

Parameters

  • jobId: Integer
    • Id of the job to delete.

Return

  • statusCode: int
    • 1: Successfully deleted this Job
    • 0: Failed deleted this Job

Exception

  • java.lang.Exception

Documentation

  • To delete a Job via the Web Service, use the function:deleteJob()

Examples

{
    "jobId" : 12345
}
{
    "statusCode" : 0
}