HttpClientdelete Method A Sandcastle Documented Class Library
Perform an HTTP DELETE request for the given resource.

Namespace: Ontotext.S4.client
Assembly: S4ClientLibrary (in S4ClientLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void delete(
	string target
)

Parameters

target
Type: SystemString
the URL to request (relative URLs will resolve against the {@link #getBaseUrl() base URL}).
See Also

Reference