Hi all,
I've been using the Python API to update a sheet on a nightly basis. It's been working fine until a couple days ago (not sure exactly when). Now when I call smartsheet.Sheets.delete_rows(sheet_id, list_of_row_ids), I get the following json response:
{"response": {"statusCode": 400, "reason": "Bad Request", "content": "<< text/html; charset=iso-8859-1 content type suppressed >>"}}
Any idea what might have changed? Any help is appreciated, thank you!
Best,
John