3CX WebAPI Uninstall

Created by Oleg Agapov, Modified on Fri, 13 Dec at 5:19 PM by Oleg Agapov

To remove the WebAPI daemon on a Debian system, you can use the following command if the daemon is installed as a system service via systemd:


Stop the demon:

sudo systemctl stop webapi


Disable the demon:

sudo systemctl disable webapi


Delete the service file:

sudo rm /etc/systemd/system/webapi.service


Restart the systemd configuration:

sudo systemctl daemon-reload

Delete the daemon files:


sudo rm -r /var/www/webapi

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article