1 messages · Page 1 of 1 (latest)
pass metadata: '' as a parameter (empty string) and it will remove all metadata
metadata: ''
martin-metadata-remove
This should work?
await stripe.subscriptions.update(subId, { metadata: "" })
yep