Hi,
I’m currently developing a custom integration using the API and was wondering if there is any method available to delete a Track Metric. For example, a “Placed Order”. While it’s my hope this isn’t needed in production, basic testing has shown some serious issues on the Klaviyo side when correcting metrics. One such example was my initial test of a Placed Order. This created a profile (expected), but I had an error in my timestamp value. Not a problem, right? Just send the metric again (with `$event_id` to update it)? Nope, it doesn’t look like there is any way to “fix” a metric. This could have serious implications once we’ve scaled up (>10k Placed Order metrics/day + millions of historical metrics). If there are any errors, it looks like the only option is to delete the metric and start all over, but this would result in a backlog of years of historical data to sync yet again. Looking for the best way to either delete a single metric event with bad data or the ability to update said metric.
Thanks!