Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
SaaS
What do you need help with?
Hi,
I am using Baserow for Project Management.
I use Baserow Webhooks and Baserow API extensively as I have integrated the Project Management workspace with Xero Accounting.
One aspect of the Xero integration allows the Baserow user to:
- Create an invoice on Xero
- Download the Invoice from Xero (PDF)
- Upload the invoice to Baserow, for review
- Send the Invoice to their customer, via Xero.
In many instances, the user will repeat steps 1, 2 & 3 (above) as they review the invoice, make changes and review again, before sending the invoice.
Each time this happens, I upload the new invoice to Baserow, making the previous invoice redundant. Therefore I need to delete the previous Invoice from Baserow. I assume each image consumes Baserow disk space and the upload review steps can happen many times, per job.
How do I do this via the API?
NOTE: I would like to the previous image from Baserow entirely, not just the row as I can remove the image from the row via the API.