Delete Job Execution

GET {{aws_internet_of_things_base_url}}/things/thingName/jobs/jobId/executionNumber/executionNumber?executionNumber&force&jobId&thingName

Request Params

KeyDatatypeRequiredDescription
executionNumbernullThe ID of the job execution to be deleted. The executionNumber refers to the execution of a particular job on a particular device.
forcenull(Optional) When true, you can delete a job execution which is IN_PROGRESS. Otherwise, you can only delete a job execution which is in a terminal state (SUCCEEDED, FAILED, REJECTED, REMOVED or CANCELED) or an exception will occur. The default is false.
jobIdnullThe ID of the job whose execution on a particular device will be deleted.
thingNamenullThe name of the thing whose job execution will be deleted.