{% extends "base.html" %} {% load static %} {% block title %}Delete Configuration - {{ object.key }}{% endblock %} {% block content %}
You are about to permanently delete the configuration "{{ object.key }}".
Any systems or applications relying on this configuration may experience issues after deletion.
| Key | {{ object.key }} |
|---|---|
| Category | {{ object.category }} |
| Data Type | {{ object.get_data_type_display }} |
| Description | {{ object.description|default:"No description provided." }} |
| Created | {{ object.created_at|date:"M d, Y g:i A" }} |
| Last Updated | {{ object.updated_at|date:"M d, Y g:i A" }} |
Consider these alternatives instead of deletion:
When you delete a configuration, it is permanently removed from the system. Any applications or services that rely on this configuration will fall back to their default values or may experience issues.
No, configuration deletion is permanent and cannot be undone. Consider deactivating or archiving instead if you may need it again in the future.
Deactivating a configuration keeps it in the system but marks it as inactive, so it won't be used by applications. You can reactivate it later if needed.