As an admin I want to be able to remove website artifacts from our index and db, so that I can clean up after the index-sources.js removal.
Acceptance Criteria:
- There is a button that sends POST request to the backend, next to the domain url on admin page
- When triggered, the backend process removes all links from that domain from mongodb and meilisearch (ideally single request per db)
- When done, page reloads with req.redirect().
As an admin I want to be able to remove website artifacts from our index and db, so that I can clean up after the index-sources.js removal.
Acceptance Criteria:
1. There is a button that sends POST request to the backend, next to the domain url on admin page
2. When triggered, the backend process removes all links from that domain from mongodb and meilisearch (ideally single request per db)
3. When done, page reloads with req.redirect().