My application triggers an event when there is an API error. One of my services was disabled, and that caused many retries, each retry triggered an event, so in the end, each user could have thousands of errors, and that ended up being a couple millions of events.
Is there a way to clean up all these events to prevent them from counting towards my event quota?