curlpycurlsmartsheet-apismartsheet-api-1.1

Future scheduled update request form


Using Smartsheet one can delete the future scheduled Update request forms via the UI.

Can I do the same using smartsheet API?


Solution

  • Have you looked at the Smartsheet API Documentation? Specifically, check out the Delete Update Request operation:

    DELETE /sheets/{sheetId}/updaterequests/{updateRequestId}
    

    To identify the id of the Update request that you want to delete (which you are required to specify when calling the Delete Update Request operation), you can use the List Update Requests operation.