Hey there,
Was a recent breaking change pushed to the smartsheets API? Previously, when calling the DELETE Request to the rows endpoint, I would receive a 200 with a valid response. Now, when requesting a valid sheet, with a valid row, I am unable to get a 200 response and am only receiving 404 with error code 1006 in response. Example:
The sheet starting with 7V exists and has a specific subset of rows.
I have confirmed the following
A. The sheet ID is the exact same
B. I am authorized to the server with the same token as the GET request
C. The Row Id Exists. The sheet Id exists.
As of last week, this was working just fine. Is anyone experiencing erroneous 404?s