{% extends "base.html" %} {% load static %} {% block title %}{{ title }}{% endblock %} {% block content %}

{{ title }}

Back to Source
Warning: This action cannot be undone. Deleting this source will also remove all associated integration logs and API credentials.
Source to be deleted:
Name:
{{ source.name }}
Type:
{{ source.get_source_type_display }}
{% if source.description %}
Description:
{{ source.description|linebreaks }}
{% endif %}
Created:
{{ source.created_at|date:"M d, Y H:i" }}
Total API Calls:
{{ source.integration_logs.count }}
{% csrf_token %}
Cancel
Impact Summary
{{ source.integration_logs.count }} will be deleted
API Key & Secret will be permanently lost
Any systems using this API will lose access
{% endblock %}