When I terminate a Reseller account, I need to delete all the packages he have created. How?
I ImperialTrader Well-Known Member Aug 31, 2014 194 21 68 Egypt cPanel Access Level Root Administrator Nov 26, 2019 #1 When I terminate a Reseller account, I need to delete all the packages he have created. How? Attachments Packages.png 90.5 KB Views: 2
cPanelLauren Product Owner II Staff member Nov 14, 2017 13,272 1,296 363 Houston Nov 27, 2019 #2 Hello, This won't occur by default but you could create a hook to run when an account is terminated to look for packages with their prefix. You'd have to identify the packages associated with that user then run the following for them WHM API 1 Functions - killpkg - Developer Documentation - cPanel Documentation Reactions: ImperialTrader
Hello, This won't occur by default but you could create a hook to run when an account is terminated to look for packages with their prefix. You'd have to identify the packages associated with that user then run the following for them WHM API 1 Functions - killpkg - Developer Documentation - cPanel Documentation