DELETE /sheets/{sheetId}/sentupdaterequests/{sentUpdateRequestId}
Deletes the specified sent update request.
Delete operation is supported only when the specified sent update request is in the pending status. Deleting a sent update request that was already completed by recipient is not allowed.
Servers
- https://api.smartsheet.com/2.0
Path parameters
Name | Type | Required | Description |
---|---|---|---|
sentUpdateRequestId |
String | Yes |
ID of the sent update request |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.