{% extends "base.html" %} {% block title %}Delete Account - AISBF{% endblock %} {% block content %}

Delete Account

This action cannot be undone. All your data will be permanently deleted.

{% if error %}
{{ error }}
{% endif %} {% if has_subscription %}
⚠️ Warning: Active Subscription Detected

You have an active paid subscription ({{ subscription_tier }}). Deleting your account will:

Consider canceling your subscription first if you want to use it until the end of the billing period.

{% endif %}

Confirm Account Deletion

⚠️ This will permanently delete:

  • Your account and profile information
  • All your API providers and configurations
  • All your rotation and autoselect settings
  • All your usage history and analytics
  • All your API tokens
  • {% if has_subscription %}
  • Your active subscription ({{ subscription_tier }})
  • {% endif %}
Cancel
{% endblock %}