delete method

Implementation

Future<ResponseItemDTO> delete() async {
  return await _repository!.delete();
}