Future scheduled update request form

76 Views Asked by At

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

Can I do the same using smartsheet API?

1

There are 1 best solutions below

0
Kim Brandl On BEST ANSWER

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.