<?xml version="1.0" encoding="UTF-8"?><api:function-page xml:base="/apidoc/8.0/xdmp.removeOrphanedBinary.xml" generated="2015-10-07T16:36:00.016766-07:00" mode="javascript" xmlns:api="http://marklogic.com/rundmc/api"><api:function-name>xdmp.removeOrphanedBinary</api:function-name><api:suggest>xdmp.removeorphanedbinary</api:suggest><api:suggest>xdmp</api:suggest><api:suggest>removeorphanedbinary</api:suggest><api:function-link mode="xquery" fullname="xdmp:remove-orphaned-binary">/apidoc/8.0/xdmp:remove-orphaned-binary.xml</api:function-link><api:function mode="javascript" name="removeOrphanedBinary" type="builtin" lib="xdmp" category="Extension" subcategory="MarkLogic Server" hidden="false" bucket="MarkLogic Built-In Functions" prefix="xdmp" namespace="http://marklogic.com/xdmp" fullname="xdmp.removeOrphanedBinary"><api:summary>
  Remove an orphaned large binary
</api:summary><api:params><api:param name="forestID" type="xs:unsignedLong"><api:param-description>
    A forest ID.
  </api:param-description><api:param-name>forestID</api:param-name><api:param-type>String</api:param-type></api:param><api:param name="binaryID" type="xs:unsignedLong"><api:param-description>
    The ID of an orphaned large binary.
  </api:param-description><api:param-name>binaryID</api:param-name><api:param-type>String</api:param-type></api:param></api:params><api:return>null</api:return><api:privilege>
  <p xmlns="http://www.w3.org/1999/xhtml"><code>http://marklogic.com/xdmp/privileges/xdmp-remove-orphaned-binary</code></p>
</api:privilege><api:example class="javascript"><pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml">
xdmp.removeOrphanedBinary(8456374036761185098, 1236374036761185456);
</pre>
</api:example></api:function></api:function-page>