Delete Data Source
Confirm data source deletion
Confirm Data Source Deletion
This action will permanently remove the data source and all associated data. This cannot be undone.
Data Source to be Deleted
{{ data_source.name }}
{{ data_source.description|default:"No description provided" }}
{{ data_source.get_source_type_display }}
{% if data_source.status == 'active' %}
Active
{% elif data_source.status == 'error' %}
Error
{% else %}
Inactive
{% endif %}
{{ data_source.record_count|default:"0"|floatformat:0 }}
{% if data_source.last_sync %}
{{ data_source.last_sync|timesince }} ago
{% else %}
Never
{% endif %}
{{ data_source.created_by|default:"System" }}
{{ data_source.created_at|date:"M d, Y" }}
{{ data_source.get_source_type_display }}
{{ data_source.total_syncs|default:"0" }}
Total Syncs
{{ data_source.widgets_count|default:"0" }}
Widgets
Deletion Impact
What will be deleted:
-
Data source configuration1
-
Cached data records{{ data_source.record_count|default:"0"|floatformat:0 }}
-
Sync history{{ data_source.total_syncs|default:"0" }}
-
Associated widgets{{ data_source.widgets_count|default:"0" }}
What will remain:
-
Original data sourceSafe
-
Other dashboardsSafe
-
User accountsSafe
-
System settingsSafe
Warning: This data source is used by {{ data_source.widgets_count }} widget{{ data_source.widgets_count|pluralize }}.
Deleting it will break these widgets and they will need to be reconfigured.
{% endif %}
Alternative Actions
Consider these alternatives before deleting the data source:
Deactivate Source
Temporarily disable without deleting data.
Export Data
Download data before deletion.
Backup Configuration
Save configuration for future use.