DataServiceBaseDeleteResourceT Method
Deletes a resource.
Namespace: Common.Core.ClassesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public T DeleteResource<T>(
string uri,
JsonSerializerOptions? options = null
)
where T : class
- uri String
- Uniform Resource Identifier.
- options JsonSerializerOptions (Optional)
- Json serializer options.
- T
- Generic class or interface.
TThe deleted resource, or
if there were errors while processing the JSON.