v1

latestOpenAPI 3.0.02026-07-26432882.9 KB
Batch Operations

Delete a batch job

Delete the job. Jobs will be automatically deleted after 30 days from creation date. At any time jobs can be deleted. Deletion removes stored input points & parameters, any download files that may have been created, and the optional callback URL.

delete/batch/{job_uuid}

Path parameters

job_uuidstring uuid required

The UUID returned by the initial batch call and available in the status list endpoint

Response

Job successfully deleted

messagestring

Example response

{
  "message": "Job removed"
}