{% extends "themis/base.html" %} {% block title %}Delete {{ api.name }}{% endblock %} {% block content %}

Delete LLM API

Are you sure you want to delete {{ api.name }}?

This will also remove all associated models. Usage records will be preserved.

Cancel
{% csrf_token %}
{% endblock %}