/things/{thingName}/jobs/{jobId}/executionNumber/{executionNumber}
The AWS IoT Wireless multi-region endpoint
https://api.iotwireless.{region}.amazonaws.com
The AWS IoT Wireless multi-region endpoint
https://api.iotwireless.{region}.amazonaws.com
DELETE
/things/{thingName}/jobs/{jobId}/executionNumber/{executionNumber}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request DELETE 'https://api.iotwireless.{region}.amazonaws.com/things//jobs//executionNumber/'
Response Response Example
200 - Example 1
{}
Request
Path Params
jobId
stringÂ
required
thingName
stringÂ
required
executionNumber
integerÂ
required
executionNumber
refers to the execution of a particular job on a particular device.executionNumber
may be reused by IoT, so be sure you get and use the correct value here.Query Params
force
stringÂ
optional
namespaceId
stringÂ
optional
$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/
Responses
Modified at 2022-09-10 23:12:15