Hi there,
I'm newbie on Smartsheet. I am working on integration of data from another system to Smartsheet through API.
The requirement is that we need to delete all rows from the fourth row to the last one of sheet then adding the new data into sheet every time we run API.
I've already implemented adding row data into sheet smoothly. However, the stuck is deleting from the fourth row.
I wonder if there is any way to delete data from a specific row through API. My project is working on the C#.
I would appreciate so much for those who can help me get out of this issue
Many thanks in advance!