@extends('layouts.nova.content-layout') @section('page-title', 'Data Deletion') @section('page-content')

Last updated:

This page explains how users can delete their account and request removal of their personal data. Follow the steps below depending on whether you still have access to your account.

If you can sign in

  1. Sign in to your account.
  2. Go to your SettingsAccount page. {{ Route::has('settings') ? '(You can open Settings.)' : '' }}
  3. Use the Delete account action to request permanent removal. Follow the confirmation steps — some actions are irreversible.

If you cannot sign in

If you no longer have access to the email address on your account or cannot sign in, please contact our support team so we can verify ownership and process the request.

  • Your account username or profile URL (if known)
  • The email address you used to register (if known)
  • A short explanation why you cannot sign in

Contact us via the Contact page or the staff contact methods listed on the site.

What we remove

When an account is deleted we remove personal data associated with that account in accordance with our retention and legal obligations. Publicly visible content you uploaded may remain unless you request its removal specifically.

Providers

If you are adding this URL to an OAuth provider's developer settings for data-deletion instructions, use: {{ url('/data-deletion') }}

@endsection