{% include "vesper/header-prefix.html" %} Delete Recordings - Vesper {% load vesper_extras %} {% load staticfiles %} {% include "vesper/navbar.html" %}

Delete Recordings

Deletes recordings from this archive. The recordings are specified as a set of stations and a range of dates. All data associated with the recordings, except for the recording audio files if present, are deleted from the archive, including recording metadata, clips (including clip audio files), and annotations. The deletion runs as a Vesper job. This operation cannot be undone, so be careful!

{{ form.stations|block_form_element }} {{ form.start_date|form_element }} {{ form.end_date|form_element }}