#TheVaan-usagerecord
1 messages · Page 1 of 1 (latest)
Hi! Unfortunately it's only possible to create and list usage record: https://stripe.com/docs/api/usage_records
So it's not possible to cancel or update them.
@void fractal You can 'unset' a usage record by creating a new record with an identical timestamp and passing the set action: https://stripe.com/docs/api/usage_records/create#usage_record_create-action
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So you can fake deletion by setting it to 0
Let us know if something is unclear!
Thank you very much!