<?xml version="1.0" encoding="UTF-8"?><api:function-page xml:base="/apidoc/8.0/xdmp.documentRemoveProperties.xml" generated="2015-10-07T16:36:00.016766-07:00" mode="javascript" xmlns:api="http://marklogic.com/rundmc/api"><api:function-name>xdmp.documentRemoveProperties</api:function-name><api:suggest>xdmp.documentremoveproperties</api:suggest><api:suggest>xdmp</api:suggest><api:suggest>documentremoveproperties</api:suggest><api:function-link mode="xquery" fullname="xdmp:document-remove-properties">/apidoc/8.0/xdmp:document-remove-properties.xml</api:function-link><api:function mode="javascript" name="documentRemoveProperties" type="builtin" lib="xdmp" category="UpdateBuiltins" hidden="false" bucket="MarkLogic Built-In Functions" prefix="xdmp" namespace="http://marklogic.com/xdmp" fullname="xdmp.documentRemoveProperties"><api:summary>
  Removes a sequence of properties from the properties of a document.  If
  properties with the QNames given do not exist, nothing is done.
</api:summary><api:params><api:param name="uri" type="xs:string"><api:param-description>
    The URI of the document whose properties are being updated.
  </api:param-description><api:param-name>uri</api:param-name><api:param-type>String</api:param-type></api:param><api:param name="property-names" type="xs:QName*"><api:param-description>
    The properties to remove.
  </api:param-description><api:param-name>property-names</api:param-name><api:param-type>xs.QName[]</api:param-type></api:param></api:params><api:return>null</api:return><api:example class="javascript"><pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml">
declareUpdate();
xdmp.documentRemoveProperties(
       "/example.json",
       (fn.QName("", "priority"),
        fn.QName("", "status")));
=&gt; ()
</pre></api:example></api:function></api:function-page>