{% extends 'base.html' %} {% block title %}Delete Data Source | Chat Analytics{% endblock %} {% block content %}

Delete Data Source

Back to Data Source
Confirm Deletion

Are you sure you want to delete the data source "{{ data_source.name }}"?

This action cannot be undone. The data source and all associated chat sessions ({{ data_source.chat_sessions.count }} sessions) will be permanently deleted.

{% csrf_token %}
Cancel
{% endblock %}