3CX WebAPI Uninstall

Created by Oleg Agapov, Modified on Fri, 13 Dec, 2024 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
Generic


Disable the demon:

sudo systemctl disable webapi
Generic


Delete the service file:

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


Restart the systemd configuration:

sudo systemctl daemon-reload
Generic

Delete the daemon files:


sudo rm -r /var/www/webapi
Generic

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