delete_all_website_pages
Remove all scraped pages from a specific website, clearing content for a fresh re-scrape.
Instructions
Delete all pages for a website (useful for clean slate before re-scraping)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| website_id | Yes | The unique identifier of the website whose pages should be deleted. Get this from list_documentation_sources. | |
| confirm | No | Safety confirmation flag. Must be set to true to actually delete all pages. This prevents accidental deletion of entire websites. |