ZachCase
7 years agoQrew Trainee
API_PurgeRecords on a Connected Table?
Is there a way to delete all the records in a connected table with Webhooks? I am trying to use API_PurgeRecords to accomplish this, however I keep getting Error Code 3 saying:
I am assuming QuickBase doesn't allow this call on Connected Tables, as the only way I see to delete the data is to use the App Management section... but I really need to be able to delete this records automatically via a webhook instead of manually.
<action>API_PurgeRecords</action>
<errcode>3</errcode>
<errtext>Insufficient permissions</errtext>
<errdetail>Oops. You don't have permission to access that page</errdetail>
I am assuming QuickBase doesn't allow this call on Connected Tables, as the only way I see to delete the data is to use the App Management section... but I really need to be able to delete this records automatically via a webhook instead of manually.