Newly Received 404 with Error Code 1006 on DELETE sheets/{sheetId}/rows API with ignoreRowsNotFound

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

Best Answer

  • Mason A
    Mason A
    Answer ✓

    Ah so seems like the mistake I made was taking the ID from the front end url parameter, and since it worked with the GET request I assumed it would work with the others as well. Changing to the smaller in64 id works just fine.

Answers