How do I select ALL and delete an announcement in a course?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
During course import, the biggest gripe from users is deleting previous announcements by selecting individually. Community members have replied the solution of selecting multiple boxes and delete all.
Is there a way to select all (with less than 3 clicks) and delete or clear announcements?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @Canvas007
Thank you for contacting the Instructure Community. As of now, there is no "select all" option to bulk delete the announcements. There have been others looking for the same thing and there is a good suggestion to delete them using Javascript here: https://community.canvaslms.com/t5/Canvas-Question-Forum/Mass-Delete-Old-Announcements/m-p/229660
Besides that, you would need to run API to select and delete all announcements:
https://community.canvaslms.com/t5/Canvas-Developers-Group/Delete-announcements-via-API/td-p/57887
Besides those two options, the announcements would need to be clicked individually and then deleted en masse.