3.1.5.1.4 Delete
The Delete command is used by the originator to request that data elements accessible to the recipient be deleted. The target location URI contains the resource to delete.
The following XML snippet shows example usage of the Delete command. The syntax for the Delete element type is specified in section 2.2.7.4.
-
<SyncBody> <Delete> <CmdID>1</CmdID> <Item> <Target> <LocURI>./Vendor/MSFT/WiFi/Profile/MyNetwork/ProxyVendor/MSFT/WiFi/Profile/ MyNetwork/Proxy</LocURI> </Target> </Item> </Delete> ... </SyncBody>