Delete multiple Tag values
Deletes the specified tag values for tag based on their timestamps.
Example URL
Last Update: 1 NOV 2024
Delete Tag Values
Method: DELETE
URL: {{base_url}}/tag/{tagname}/value
Request Body:
The request body must be an array of objects, each containing the following parameter:
Parameter | Data Type | Description |
---|---|---|
| datetime | The timestamp of the tag value to be deleted. |
Example Request Body:
Response Example:
Response Details:
Object | Data Type | Description |
---|---|---|
| string | Success message indicating the result of the delete operation. |
Last updated