I am implementing REST in Drupal 8. I have created a custom plugin for REST resource, enabled the plugin and configured permissions for that REST endpoint.
After few days, I removed the code for plugin without disabling the REST endpoint. I am encountering a plugin not found function for that REST endpoint.
Following this DrupalComponentPluginExceptionPluginNotFoundException: The "glossify_taxonomy" plugin does not exist., I made changes in the config and cache config table. Still I am encountering Plugin not found exception when I click on Permissions and Extend in Menu.
How can I remove this exception?