curl --location -g --request PUT 'https://api.iotwireless.{region}.amazonaws.com/jobs//cancel' \
--header 'Content-Type: application/json' \
--data-raw '{
"reasonCode": "string",
"comment": "string"
}'
{
"jobArn": "string",
"jobId": "string",
"description": "string"
}
true
job executions with status "IN_PROGRESS" and "QUEUED" are canceled, otherwise only job executions with status "QUEUED" are canceled. The default is false
.