Drupal - Module uninstall dependencies
You can, if you write the code for doing that yourself. Core currently doesn't offer a way to do that automatically.
See Impossible to uninstall Flag and the linked issue for Simplenews for inspiration.
Google sent me to this page when I was searching for uninstall module drupal 8 "Fields pending deletion"
. I was unable to uninstall Feeds module with the message Fields pending deletion
.
The solution was to run the cron several times.
See this.