#RiteshParswani

1 messages · Page 1 of 1 (latest)

spice capeBOT
open sentinel
#

Hi! Let me help you with this.

#

What type of account is this? Standard, Express or Custom?

kindred igloo
#

Custom is what i see

#

in the profile type field

#

is that all?

open sentinel
#

Yes, you can delete it via API:

kindred igloo
#

is rejecting same as deleting

#

or has the same effect

open sentinel
#

No, for your case you need to use Delete

kindred igloo
#

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

open sentinel
kindred igloo
#

ok they sent me here

#

ok will figure out

#

how to play with API

#

i know some python

#

will learn

open sentinel
#

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_...:
kindred igloo
#

done, used python code instead

#

thanks for the help

#

👍

willow merlin
#

let me know if you need any more help

kindred igloo
#

all good