Delete an account
DELETE
/v1/accounts/{account} https://api.stripe.com/
Parameters
path Path Parameters
| Name | Type |
|---|---|
account
required
| string |
Request Body
application/x-www-form-urlencoded
{}
Responses
200 application/json
Successful response.
interface DeletedAccount {
deleted: true;
id: string;
object: "account";
}
deleted: true;
id: string;
object: "account";
}
default application/json
Error response.
interface Error {
error:ApiErrors ;
}
error:
}