deleteRequest method
Implementation
Future<dynamic> deleteRequest(String command) => _client.send(
_handler.buildGeneralRequest(HttpMethod.httpDelete, command),
(response) => _handler.parseGeneralResponse(
response, (elementId) => getElement(elementId, this)));