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
Responses
- 202
- 204
- 404
The job will be deleted as soon as processing has finished.
The job has been deleted successfully
The job with the specified ID could not be found.