#Constantin
1 messages · Page 1 of 1 (latest)
👋 happy to help
would you mind sharing the request id that produced this log?
and a snippet of your code
this error message isn't triggered directly by the API, but from the Ruby SDK (current version used is 7.1.0)
Stripe::Subscription.delete(id)
Actually just inspected the Ruby SDK's code
Stripe::Subscription.cancel() is the new .delete, runs the same code
But .delete is deprecated
exactly
It's just that the API docs still display .delete, which is quite confusing
So changing that would be helpful I guess
yes thank you for pointing that out will convey the message for the internal team