DeletePathResponseDto class DeletePathResponseDto Documentation Code public AsperaErrorDto Error { get; set; } public string Path { get; set; } public List<PathDto> Paths { get; set; } public DeletePathResponseDto()