#secret_lil_squirrel
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- squirrel-invoice-aggregate, 3 days ago, 15 messages
The context here is that I have a couple of metadata tags that are no longer used, and we'd like to delete them. However, even though we've nullified any instances of the tags being used on Stripe objects, the keys still show up in the dashboard dropdown list. If we cannot delete them from the list, is it possible to rename them somehow?
What object are you setting metadata on
You should just be able to overrite it via the api
It's on the subscription object
But just to clarify, I'm not trying to overwrite the value of a metadata key. Instead I'm trying to remove the key altogether (or rename it)
You have to explicitly post an empty string to remove the key
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
We have done that for all subscriptions that had a value populated for these keys, but they still show up in the dashboard metadata drop down
Can you share a subscription id where this happened?