Removing Properties (WebDAV)

Topic Last Modified: 2006-06-12

The following WebDAV PROPPATCH Method request removes a property named http://schemas/myspace/someproperty.

See Constructing Exchange Store HTTP URLs and Authentication and Security Using WebDAV for more information.

Example

PROPPATCH requesturi HTTP/1.1
HOST: host
Content-type: text/xml
Content-Length: 203

<?xml version="1.0"?>
<g:propertyupdate xmlns:g="DAV:">
<g:remove>
<g:prop>
<http://schemas/myspace/someproperty>
</g:prop>
</g:remove>
</g:propertyupdate>

See Also

Other Resources

WebDAV Protocol Status Codes