AccountDeletion() — supabase Function Reference
Architecture documentation for the AccountDeletion() function in AccountDeletion.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/interfaces/Account/Preferences/AccountDeletion.tsx lines 12–39
export const AccountDeletion = () => {
return (
<PageSection>
<PageSectionMeta>
<PageSectionSummary>
<PageSectionTitle>Danger zone</PageSectionTitle>
<PageSectionDescription>
Permanently delete your Supabase account and data.
</PageSectionDescription>
</PageSectionSummary>
</PageSectionMeta>
<PageSectionContent>
<Alert_Shadcn_ variant="destructive">
<CriticalIcon />
<AlertTitle_Shadcn_>Request for account deletion</AlertTitle_Shadcn_>
<AlertDescription_Shadcn_>
Deleting your account is permanent and cannot be undone. Your data will be deleted
within 30 days, but we may retain some metadata and logs for longer where required or
permitted by law.
</AlertDescription_Shadcn_>
<AlertDescription_Shadcn_ className="mt-3">
<DeleteAccountButton />
</AlertDescription_Shadcn_>
</Alert_Shadcn_>
</PageSectionContent>
</PageSection>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free