v1
latestOpenAPI 3.0.02026-07-26432882.9 KBBatch 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
Example response
{
"message": "Job removed"
}