IService<T>.Delete method
Deletes an item from a remote resource.
public Task<Response<T>> Delete(int id, RequestSettings? settings = null)
parameter | description |
---|---|
id | item id |
settings | request settings. It not provided, RequestSettings will be used for the request. |
See Also
- class Response<T>
- class RequestSettings
- interface IService<T>
- namespace Amica