You are about to delete:
{{ object.name }}
{{ object.get_channel_type_display }} Channel
{% if object.description %}
Description: {{ object.description }}
{% endif %}
{{ object.message_count|default:0 }}
Total Messages Sent
{{ active_alert_rules|default:0 }}
Active Alert Rules
Deletion Consequences
- Channel Configuration: All channel settings and credentials will be permanently deleted
- Message History: Historical message logs will be preserved but marked as orphaned
{% if active_alert_rules > 0 %}
- Alert Rules: {{ active_alert_rules }} active alert rule(s) using this channel will be disabled
{% endif %}
{% if pending_messages > 0 %}
- Pending Messages: {{ pending_messages }} pending message(s) will fail to deliver
{% endif %}
- Future Messages: No new messages can be sent through this channel
- Integrations: Any external integrations using this channel will stop working
{% if affected_alert_rules %}
Affected Alert Rules:
| Rule Name |
Category |
Severity |
Status |
{% for rule in affected_alert_rules %}
|
{{ rule.rule_name }}
|
{{ rule.get_category_display }} |
{{ rule.get_severity_display }}
|
{% if rule.is_active %}Active{% else %}Inactive{% endif %}
|
{% endfor %}
{% endif %}
Disable Channel
Temporarily stop using this channel without losing configuration
Archive Channel
Keep configuration for future use but mark as inactive
Migrate to New Channel
Create a replacement channel and transfer alert rules
Export Configuration
Save channel settings before deletion for future reference