{% extends 'endpoints/base.html' %} {% block title %}Delete Endpoint{% endblock %} {% block content %}

Delete Endpoint

Are you sure you want to delete the endpoint "{{ endpoint.mnemonic }}"?

Warning!

This action cannot be undone. All data associated with this endpoint will be permanently deleted.

Endpoint Details
Mnemonic:
{{ endpoint.mnemonic }}
Hostname:
{{ endpoint.hostname }}
URL:
{{ endpoint.scheme }}://{{ endpoint.hostname }}:{{ endpoint.port }}{{ endpoint.path }}
{% csrf_token %}
Cancel
{% endblock %}