delete method
Implementation
Future<http.Response> delete(
String uri, Authentication authentication) async =>
await http.delete(Uri.parse(_apiUrl.toString() + uri),
headers: await (_getHeaders(authentication)));
Future<http.Response> delete(
String uri, Authentication authentication) async =>
await http.delete(Uri.parse(_apiUrl.toString() + uri),
headers: await (_getHeaders(authentication)));