{% extends "settings/base.html" %} {% block subtitle %}Token{% endblock %} {% block settings_content %}

Deleting {{ identity.handle }}

{% csrf_token %}
Confirmation

Deleting this account is permanent and irreversible. Once you start the deletion process, all your posts, interactions and profile data will be gone, and other servers will be contacted to remove your data as well.

Some other servers in the Fediverse may maintain a copy of your profile and posts; we do not control them, and cannot speed up or affect your data's removal. Most data will disappear from the network after a couple of weeks.

{% include "forms/_field.html" with field=form.confirmation %}
Cancel
{% endblock %}