Pelican Prune Webhook Configurations DB Prune Database Enter the SQL terminal and login. mysql -u pelican Delete the data in webhook configurations. DELETE FROM panel.webhook_configurations; Then exit the SQL terminal. EXIT;