This endpoint allows to delete a previously created data point based on the data series identification + data point time. The time field must conform to format defined in RFC3339 and must be truncated to whole seconds to be matched.Please, be aware that
1.
the deletion takes some time to propagate to the GUI (it should not be longer than the import period of the meter) and
2.
only readings created recently (last few weeks) can be deleted by this endpoint
This endpoint requires an access token. The import token auth method is deprecated and remains available only for backward compatibility
Request
Authorization
OAuth 2.0
Authorization Code
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.