How to revoke permission given in System Prefs > Security & Privacy > 'Allow'

I recently installed a particular application that required me to go to System Preferences > Security and Privacy > General, and then give it permission by clicking the Allow that had shown up for it.

I would now like to revoke that permission. I do not see a list anywhere of apps that I have previously given this permission to. How do I go about doing this? Thanks!


You can access the list of permissions granted by using terminal.

Type: spctl --list to view all applications.

Finding the app that is causing issues that you want to revoke the permission can be done with: spctl --remove --label "UnwantedApp"

spctl help can give more context options