Remove the connector

To remove the connector, delete the a10-sectigocm-<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 a10-sectigocm-<version> 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