{% extends 'vesper/base.html' %} {% block head %} Delete recordings {% load static %} {% load vesper_extras %} {% endblock head %} {% block main %}

Delete recordings

Deletes the specified recordings from this Vesper archive.

{% include "vesper/recordings-specification-message.html" %}

All data associated with the recordings except for their audio files (if present) are deleted from the archive, including their metadata and all of their clips, including the clips' audio files (if present), annotations, and tags.

{% include "vesper/command-executes-as-job-message.html" %}

You can delete a lot of recordings, clips, and associated data with this command, and your changes cannot be undone, so proceed with caution!

{% csrf_token %} {{ form.stations|block_form_element }} {{ form.start_date|form_element }} {{ form.end_date|form_element }}
{% endblock main %}