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.481-alpha
Syntax
public TResult Delete<TResult>(
	string url
)

Parameters

url
Type: SystemString
The resource URL which should be executed against

Type Parameters

TResult
The expected response type from the server

Return Value

Type: TResult
The response from the server

Implements

IRestClientDeleteTResult(String)
See Also