# Self-serve account closure for Express accounts

Platforms can allow Express users to close their own accounts via the Express dashboard. Platforms can use the [Express Settings](https://dashboard.stripe.com/settings/connect/express-dashboard/features) page to turn this feature on or off.
## What are the benefits of self-serve account closure?
* **Fewer support tickets**: Express users can close their own accounts without having to contact their Platform first.
* **Better user experience**: Express users are more in control of their data.
## How can Platforms enable notifications for self-serve account closures?
* Platforms can set up a [Connect webhook](https://docs.stripe.com/connect/webhooks) using the `account.application.deauthorized` event to receive notifications for self-serve account closures.
* For v2 accounts, Platforms can set up an [Account webhook](https://docs.stripe.com/connect/webhooks) using the `v2.core.account.closed` event to receive notifications for self-serve account closures.
## Can anyone close their Express account if self-serve closures are enabled?
No, Express connected accounts with a negative balance or open disputes can't be closed.
## Can a closed account be restored?
Yes, Stripe can help recover closed accounts for up to 90 days in case of emergency or accidental closure.
## How should Platforms handle account closures without self-serve closures enabled?
If Platforms choose to keep self-serve account closures disabled, they're responsible for processing account closure requests manually. Platforms should use the [Delete Account API](https://docs.stripe.com/api/accounts/delete) to ensure all requests are handled in a timely manner.
## Related articles
* Close a Stripe account (existing feature)