I am building a web app that interfaces with a Google Sheets spreadsheet.
I can successfully read data by consuming the JSON formatted version of the sheet.
I can successfully create new rows by posting to the /formResponse associated with the sheet.
However, I am trying to figure out how to update or delete an existing row. Is this exposed anywhere?
I can not find any examples to do this.
Note: The sheet in question contains a field that is unique, so I do have something to match against should there be a way to update or delete it.