1 messages · Page 1 of 1 (latest)
I think not, they're mostly immutable
aaa
can I delete promo code
await stripe.promotionCodes.update(promotionCode.id, { active: false });
this is delete?
They can't be deleted, only archived which is what the active parameter does yes
active
ok