delete_project_timeseries
Remove timeseries data for a specific datapoint within a project by specifying time ranges to manage IoT building performance data.
Instructions
Delete timeseries data for a datapoint.
Args: project_id: The project's numeric ID. datapoint_id: The datapoint identifier. start: Start time in ISO 8601 format. end: End time in ISO 8601 format.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| datapoint_id | Yes | ||
| start | No | ||
| end | No |