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 . Xively . ReadWriteData . DeleteMultipleDatapoints
Deletes multiple datapoints from a single datastream given a start date, end date, and/or duration.
/*
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 range of datapoints for a specified feed and datastream.
By providing a StartDate and EndDate, you may remove all datapoints that lie between those dates. If you send your request with only a StartDate, all datapoints after the value will be removed. Providing an EndDate will remove all datapoints prior to the supplied value.
Additionally you can use the Duration variable with StartDate or EndDate.
The documentation for this Xively resource can be found here. For more information about Duration, which has the same formatting as what is used in historical queries, see here.
Here's an example list of acceptable inputs:
APIKey: {YOUR XIVELY API KEY}
FeedID: 123456
DatastreamID: {NAME OF YOUR DATASTREAM}
EndDate: 2013-05-11T11:01:44.20Z
Duration: 6hours
For a successful deletion of a range of datapoints, the ResponseStatusCode returned will be 200.
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms