{% extends "base.html" %} {% block title %}Delete Account - Makenot.work{% endblock %} {% block body_attrs %} class="padded-page delete-account-page"{% endblock %} {% block head %} {% endblock %} {% block content %} {% include "partials/site_header.html" %}
← Back to Dashboard

Delete Account

This action cannot be undone.

What will be deleted:

Note: Purchases made by others will remain accessible to them.

Export your data first?

Before deleting your account, you may want to download a copy of your projects, content, and transaction history.

Go to Export Portal
{% if let Some(token) = csrf_token %}{% endif %}
Enter "{{ username }}" exactly as shown
{% endblock %}