{% extends "withnav_template.html" %} {% from "components/page-footer.html" import page_footer %} {% block page_title %} Temporrily suspend API keys – GOV.UK Notify {% endblock %} {% block maincolumn_content %}

Temporarily suspend API keys

You’ll still be able to send notifications to yourself by uploading a CSV file.

You can start sending notifications again when you’re ready.

{{ page_footer( 'Suspend API keys', destructive=True, back_link=url_for('.service_settings', service_id=service_id), back_link_text='Back to settings' ) }}
{% endblock %}