delete https://yourServer.jamfcloud.com/JSSResource/commandflush
<commandflush>
<status>Pending</status>
<mobile_devices>
<mobile_device>
<id>1</id>
</mobile_device>
</mobile_devices>
</commandflush>
Response
200OK
<commandflush>
<status>Pending</status>
<mobile_devices>
<mobile_device>
<id>1</id>
</mobile_device>
</mobile_devices>
</commandflush>
200OK
xxxxxxxxxx
curl --request DELETE \
--url https://yourserver.jamfcloud.com/JSSResource/commandflush \
--header 'content-type: application/xml' \
--data '{"status":"Pending"}'