Skip to main content

Delete job

DELETE 

/jobs/:jobId

When the job processing is completed, delete the job and all associated resources using deleteJob API request. If you delete the job, you can create new jobs. Jobs that you don't delete explicitly are automatically deleted after a timeout or when the service is shut down.

You can delete a job regardless of its status. Jobs with a processing status are canceled automatically before deletion.

Request

Path Parameters

    jobId stringrequired

    The job ID as returned by createJob.

Responses

The job will be deleted as soon as processing has finished.

Loading...