Forum Discussion
ChayceDuncan
2 years agoQrew Captain
Are you asking how you can? The API is the fastest way if you combine it with a Pipeline. You can use the Quickbase 'Request' action to hit the QB api and delete a file using an API_EditRecord like:
<qdbapi>
<usertoken></usertoken>
<rid>[Record ID#]</rid>
<field fid="YOUR FIED" filename="delete"></field>
</qdbapi>
Your Pipeline would search for the records you want deleted, and the Request would delete the file.
------------------------------
Chayce Duncan
------------------------------