{% extends "base.html" %} {% load static %} {% block title %}Delete API Endpoint - Integration{% endblock %} {% block content %}
You are about to delete this API endpoint. This action cannot be undone and will affect system integrations and data synchronization.
| Name: | {{ object.name }} |
| External System: | {{ object.external_system.name }} |
| URL: | {{ object.url|truncatechars:50 }} |
| Method: | {{ object.method }} |
| Status: | {{ object.get_status_display }} |
| Total Calls: | {{ object.total_calls|default:0 }} |
| Successful Calls: | {{ object.successful_calls|default:0 }} |
| Failed Calls: | {{ object.failed_calls|default:0 }} |
| Success Rate: | {{ object.success_rate|floatformat:1|default:0 }}% |
| Last Used: | {{ object.last_called|date:"M d, Y H:i"|default:"Never" }} |
This is an active endpoint currently in use. Deleting it will:
This endpoint has {{ object.data_mappings_count }} associated data mappings. These mappings will become inactive and may affect:
The following endpoints depend on this one:
Consider these alternatives instead of deletion: