Remove the connector

To remove the connector, delete the sectigo-paloaltofw-agent_<version> directory from the client machine. If you installed the Python dependencies in a virtual environment (the preferred way), the virtual environment with dependencies will be removed with the connector’s directory.

If you installed the dependencies globally and want to remove them, run the following command from the sectigo-paloaltofw-agent_<version>/paloaltofw directory.

This command uninstalls the dependencies system-wide and may affect other pieces of your infrastructure that rely on them.
python3 -m pip uninstall -r requirements.txt