{% extends "base.html" %} {% block title %}Revoke API Key — {{ club.name }}{% endblock %} {% block content %}

Revoke API Key

This cannot be undone

You are about to revoke the API key {{ api_key.name }} ({{ api_key.prefix }}…).

Any external service currently using this key will immediately stop working. There is no way to restore a revoked key.

{% csrf_token %}
Cancel
{% endblock %}