RestClient.Delete method
Sends a DELETE request.
public static Task<HttpResponseMessage> Delete(Uri uri, IAuthentication? authentication)
parameter | description |
---|---|
uri | target endpoint |
authentication | authentication |
Exceptions
exception | condition |
---|---|
ArgumentNullException |
See Also
- interface IAuthentication
- class RestClient
- namespace Amica