Delete Job Execution
GET {{aws_internet_of_things_base_url}}/things/thingName/jobs/jobId/executionNumber/executionNumber?executionNumber&force&jobId&thingName
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
executionNumber | null | The ID of the job execution to be deleted. The executionNumber refers to the execution of a particular job on a particular device. | |
force | null | (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. | |
jobId | null | The ID of the job whose execution on a particular device will be deleted. | |
thingName | null | The name of the thing whose job execution will be deleted. |