#atul
1 messages · Page 1 of 1 (latest)
Hi there
sub_1LythxHxaKwf0Rtd6FUXLQOh
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_S6i3PR9KO7LBEU?t=1667206120
The error mentions that subscription doesn't not exist on that account:
https://dashboard.stripe.com/test/logs/req_S6i3PR9KO7LBEU
This request is for this subscriptionId: sub_1LytfdHxaKwf0RtdkpoGsUS2 and not the one you shared
i have created one subscription and now trying to delete its getting error
what can be done
Try canceling the subscription instead:
https://stripe.com/docs/api/subscriptions/cancel
There is no direct delete API to subscription:
https://stripe.com/docs/api/subscriptions
The main issue with this subscription, is that you deleted the customer of that subscription, so the subscription by result was deleted already:
https://dashboard.stripe.com/test/logs/req_vCA2jNMv5OPnzr
When you tried to delete the subscription by this request:
https://dashboard.stripe.com/test/logs/req_S6i3PR9KO7LBEU
You got 404 not found, because the subscription was already deleted/canceled