NOTE: On the older PowerEdge systems, jobs in the Failed state are not deleted automatically and must be removed
manually one at a time, or all together using the keyword JID_CLEARALL.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//Oem/Dell/DellJobService/Actions/DellJobService.DeleteJobQueue' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"JobID": "JID_CLEARALL"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}