remove info for PATCH for ApplyOptions

BMCWeb is removing support for PATCH for ApplyOptions, hence remove the
related info sections from Redfish cheatsheet. The related diff from
BMCWeb is as under -
https://gerrit.openbmc.org/c/openbmc/bmcweb/+/72150.

Change-Id: I53cbc3e25df162d65dfda54c1758a1c0b489a431
Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
diff --git a/REDFISH-cheatsheet.md b/REDFISH-cheatsheet.md
index e885c1f..8e46c23 100644
--- a/REDFISH-cheatsheet.md
+++ b/REDFISH-cheatsheet.md
@@ -124,20 +124,6 @@
 
 ---
 
-## Firmware ApplyTime:
-
-```
-curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PATCH -d '{"HttpPushUriOptions":{"HttpPushUriApplyTime":{"ApplyTime":"Immediate"}}}' https://${bmc}/redfish/v1/UpdateService
-```
-
-or
-
-```
-curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PATCH -d '{"HttpPushUriOptions":{"HttpPushUriApplyTime":{"ApplyTime":"OnReset"}}}' https://${bmc}/redfish/v1/UpdateService
-```
-
----
-
 ## Firmware update
 
 Firmware update: Note the `<image file path>` must be a tarball.