Triggers soft force delete procedure for uploaded domain list. List must be in CSV format. First row of the CSV file must contain column headings with domain_name for the first and delete_reason for the second column. Each domain entry must be on separate line. Domain names are expected to be in punycode format, valid reasons are listed below.
Allowed delete reasons: ENTITY_BURIED | INVALID_PHONE | INVALID_EMAIL
<%= form_tag admin_mass_actions_path, multipart: true, method: :post do %> <%= label_tag :entry_list %> <%= file_field_tag :entry_list, required: true, accept: 'text/csv' %> <%= hidden_field_tag :mass_action, 'force_delete' %> <%= hidden_field_tag :authenticity_token, form_authenticity_token %>