User Story
As an admin,
I want a button labeled "Delete Selected Contacts" on the Contact list view.
So that when I select one or more contacts and click the button:
- A screen flow will delete all selected contacts.
- A success message, e.g., "16 contacts have been deleted successfully," will appear.
If no contact is selected and the button is clicked,
A message, "You need to select at least one contact," should appear instead.