Convenience, calls RemoveDocument method. See remarks.

C# | Visual Basic | Visual C++ |
public void DeleteDocument( string documentUri )
Public Sub DeleteDocument ( _ documentUri As String _ )
public: void DeleteDocument( String^ documentUri )

- documentUri (String)

It's important that the document URL matches exactly with the URL already in the index. Please pay attention to trailing
slashes (eg. http://localhost/) and ensure any spaces are encoded as %20.