{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Delete API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Delete", "type": "folder" }, "items": [ { "info": { "name": "Stripe Delete Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/accounts/:account", "params": [ { "name": "account", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "
With Connect, you can delete accounts you manage.
\n\nAccounts created using test-mode keys can be deleted at any time. Standard accounts created using live-mode keys cannot be deleted. Custom or Express accounts created using live-mode keys can only be deleted once all balances are zero.
\n\nIf you want to delete your own account, use the account information tab in your account settings instead." }, { "info": { "name": "Stripe Delete Bank Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/accounts/:account/bank_accounts/:id", "params": [ { "name": "account", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "
Delete a specified external account for a given account.
" }, { "info": { "name": "Stripe Delete External Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/accounts/:account/external_accounts/:id", "params": [ { "name": "account", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Delete a specified external account for a given account.
" }, { "info": { "name": "Stripe Delete Person", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/accounts/:account/people/:person", "params": [ { "name": "account", "value": "", "type": "path" }, { "name": "person", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Deletes an existing persons relationship to the accounts legal entity. Any person with a relationship for an account can be deleted through the API, except if the person is the account_opener. If your integration is using the executive parameter, you cannot delete the only verified executive on file.
Deletes an existing persons relationship to the accounts legal entity. Any person with a relationship for an account can be deleted through the API, except if the person is the account_opener. If your integration is using the executive parameter, you cannot delete the only verified executive on file.
Delete an apple pay domain.
" }, { "info": { "name": "Stripe Post Apps Secrets Delete", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/apps/secrets/delete", "body": { "type": "form-urlencoded", "data": [ { "name": "expand", "value": "" }, { "name": "name", "value": "" }, { "name": "scope", "value": "" } ] } }, "docs": "Deletes a secret from the secret store by name and scope.
" }, { "info": { "name": "Stripe Delete Coupons Coupon", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/coupons/:coupon", "params": [ { "name": "coupon", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "You can delete coupons via the coupon management page of the Stripe dashboard. However, deleting a coupon does not affect any customers who have already applied the coupon; it means that new customers can’t redeem the coupon. You can also delete coupons via the API.
" }, { "info": { "name": "Stripe Delete Customers Customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/customers/:customer", "params": [ { "name": "customer", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Permanently deletes a customer. It cannot be undone. Also immediately cancels any active subscriptions on the customer.
" }, { "info": { "name": "Stripe Delete Customers Customer Bank Accounts Id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/customers/:customer/bank_accounts/:id", "params": [ { "name": "customer", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Delete a specified source for a given customer.
" }, { "info": { "name": "Stripe Delete Customers Customer Cards Id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/customers/:customer/cards/:id", "params": [ { "name": "customer", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Delete a specified source for a given customer.
" }, { "info": { "name": "Stripe Delete Customers Customer Discount", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/customers/:customer/discount", "params": [ { "name": "customer", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Removes the currently applied discount on a customer.
" }, { "info": { "name": "Stripe Delete Customers Customer Sources Id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/customers/:customer/sources/:id", "params": [ { "name": "customer", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Delete a specified source for a given customer.
" }, { "info": { "name": "Stripe Delete Customers Customer Subscriptions Subscription Exposed Id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/customers/:customer/subscriptions/:subscription_exposed_id", "params": [ { "name": "customer", "value": "", "type": "path" }, { "name": "subscription_exposed_id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Cancels a customer’s subscription. If you set the at_period_end parameter to true, the subscription will remain active until the end of the period, at which point it will be canceled and not renewed. Otherwise, with the default false value, the subscription is terminated immediately. In either case, the customer will not be charged again for the subscription.
Note, however, that any pending invoice items that you’ve created will still be charged " }, { "info": { "name": "Stripe Delete Customers Customer Subscriptions Subscription Exposed Id Discount", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/customers/:customer/subscriptions/:subscription_exposed_id/discount", "params": [ { "name": "customer", "value": "", "type": "path" }, { "name": "subscription_exposed_id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "
Removes the currently applied discount on a customer.
" }, { "info": { "name": "Stripe Delete Customers Customer Tax Ids Id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/customers/:customer/tax_ids/:id", "params": [ { "name": "customer", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Deletes an existing tax_id object.
Invalidates a short-lived API key for a given resource.
" }, { "info": { "name": "Stripe Delete Invoice Items", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/Invoice Items/:invoiceitem", "params": [ { "name": "invoiceitem", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Deletes an invoice item, removing it from an invoice. Deleting invoice items is only possible when they’re not attached to invoices, or if it’s attached to a draft invoice.
" }, { "info": { "name": "Stripe Delete Invoices Invoice", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/invoices/:invoice", "params": [ { "name": "invoice", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Permanently deletes a one-off invoice draft. This cannot be undone. Attempts to delete invoices that are no longer in a draft state will fail; once an invoice has been finalized or if an invoice is for a subscription, it must be voided.
" }, { "info": { "name": "Stripe Delete Plans", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/plans/:plan", "params": [ { "name": "plan", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Deleting plans means new subscribers can’t be added. Existing subscribers aren’t affected.
" } ] } ], "bundled": true }