You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . Google . Spreadsheets . DeleteListRow
Deletes a specified worksheet row from a Google spreadsheet.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo deletes a specified worksheet row from a Google spreadsheet.
The SpreadsheetKey, WorksheetId, and RowId are required and can be retrieved using the RetrieveListFeed Choreo. You can either pass the individual values for these parameters or you can provide the full resource URL using the Link parameter. This can be a more convenient option if you're parsing the response from the RetrieveListFeed Choreo.
The Link for a particular row will look something like this:
https://spreadsheets.google.com/feeds/list/0ArNdNVaZJYRqdGJiZ3M3MEE2ZU42NUlLcFlOTHdlN1E/od6/private/full/ckd7g
In the link example above, the SpreadsheetKey is 0ArNdNVaZJYRqdGJiZ3M3MEE2ZU42NUlLcFlOTHdlN1E, the WorksheetId is od6, and the RowId is ckd7g. Passing these individual values to corresponding Choreo input variables is also allowed.
The documentation for this Google Spreadsheets resource can be found here.
Here is an example of acceptable inputs:
ClientID: {YOUR CLIENT ID}
ClientSecret: {YOUR CLIENT SECRET}
RefreshToken: {YOUR REFRESH TOKEN}
SpreadsheetKey: 0ArNdNVaZJYRqdGJiZ3M3MEE2ZU42NUlLcFlOTHdlN1E
WorksheetId: od6
RowId: ckd7g
A successful delete request returns an empty Response body.
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms