Click or drag to resize

IApiClientTransportDeleteAsync Method (String, WebHeaderCollection)

Send a DELETE request.

Namespace:  ArangoDBNetStandard.Transport
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<IApiClientResponse> DeleteAsync(
	string requestUri,
	WebHeaderCollection webHeaderCollection = null
)

Parameters

requestUri
Type: SystemString
webHeaderCollection (Optional)
Type: System.NetWebHeaderCollection
Object containing a dictionary of Header keys and values.

Return Value

Type: TaskIApiClientResponse
See Also