#RiteshParswani
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
What type of account is this? Standard, Express or Custom?
No, for your case you need to use Delete
ok
i visited the API page
but i am not a programmer
so i just send a code to a url
how do i send the code
Then, you can also contact support and they will do it for you: https://support.stripe.com/?contact=true
ok they sent me here
ok will figure out
how to play with API
i know some python
will learn
You don't need that, you can send a request directly from your Terminal: https://stripe.com/docs/api/accounts/delete?lang=curl
You need to replace <ACCOUNT_ID> with the ID of the account you want to delete, and add your Stripe API key (don't forget : in the end):
curl -X DELETE https://api.stripe.com/v1/accounts/<ACCOUNT_ID> \
-u sk_...:
let me know if you need any more help
all good