deleteJob

abstract suspend fun deleteJob(input: DeleteJobRequest): DeleteJobResponse

Deletes a job. This operation is idempotent. If the job is currently running, you must stop it before deleting it by calling StopJob.

The following operations are related to DeleteJob:

  • CreateJob

  • StopJob

  • DescribeJob