Click or drag to resize

RestClientBaseDeleteTResult Method

Executes an HTTP delete operation on the server

Namespace: SanteDB.Core.Http
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public TResult Delete<TResult>(
	string url
)

Parameters

url  String
The resource URL which should be executed against

Type Parameters

TResult
The expected response type from the server

Return Value

TResult
The response from the server

Implements

IRestClientDeleteTResult(String)
See Also