Since Smartsheet doesn't have the option to resend update requests that haven't been completed, I wrote a script to pull all sent update requests, filter on pending requests, generate+send new requests, and delete the original request. The problem I'm having is that the delete update request call fails every time. It fails with an "Internal Server Error / Status Code 500" so I can't figure out exactly what's going wrong. I've made the call on several update request IDs, both through Python and HTTPS.
I have a ticket open for this issue, but haven't heard anything back and am wondering if others have had the same problem. I appreciate any input!