Uninstall APM Insight Node.js Agent
To uninstall APM Insight Node.js agent, follow the below given instructions:
- Remove require('apminsight'); as the first line of the app's main module.
- Access the node packet manager (NPM).
- Remove the npm package with npm uninstall apminsight --save.
- After the uninstall process finishes, restart your application.