This removes the JEDWare service, its files and its Nginx configuration from the 3CX server. Your JEDWare account, license, users, wallboards and scheduled reports stay in the cloud; reinstalling with the same license key brings everything back.
On Windows, uninstall JEDWare Integration from Apps & features instead.
1. Stop the service and delete the files
Sign in as root on the 3CX server, in a terminal or over SSH, and run:
sudo systemctl stop JEDWare
sudo systemctl disable JEDWare
cd /opt
sudo rm -rf JEDWare* LinuxInstaller*
sudo rm -rf /etc/systemd/system/JEDWare*
sudo systemctl daemon-reload
2. Remove the Nginx configuration
sudo rm -f /etc/nginx/jedware.conf
sudo sed -i 's+include "/etc/nginx/jedware.conf";++' /etc/nginx/sites-enabled/3cxpbx
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
3. Reboot
sudo reboot
The JEDWare integration is now uninstalled. To install it again, follow How to install the JEDWare integration on Debian.