Delete job
DELETE/jobs/:jobId
Delete the job and all associated resources. It is recommended to delete all jobs that have been created. Jobs that are not deleted explicitly are deleted automatically after a timeout or when the service is shut down.
A job can be deleted regardless of its status.
If the status is processing
, it is 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.