Hi
I deleted dashboards through elastic search API from kibana index. Then I tried to reload the KIbana UI by calling
URL:https:/....../saved_objects/?type=dashboard&per_page=1000&page=1&search_fields=title%5e3&search_fields=description
But first time, this API returns deleted record also. When I do manual refresh in Kibana browser by clicking F5, same API is getting trigerred second time, but this time not showing deleted record
Can some one help me here??