CodeCo Posted September 14, 2020 Share Posted September 14, 2020 Hello everyone! I was wondering if it's possible to remove cancellation requests through the WHMCS API? Theres an endpoint for adding cancellation requests but not removing them. Do I need to edit the database manually for this? Thanks 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted September 14, 2020 Share Posted September 14, 2020 (edited) Use AfterCronJob hook point to query tblcancelrequests and delete records based on your logic. Edited September 14, 2020 by Kian 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.