Stop Monitoring Website
delete_websiteStop monitoring a website and its keywords, removing them from your active list immediately. Use when the entire site should no longer be tracked; re-add the URL later with create_website if needed.
Instructions
Stop monitoring a website (soft delete). The site and its keywords leave list_websites immediately and stop matching new mentions; there is no restore tool, but create_website with the same URL revives the record. Use this only when the whole site should go: use disable_keyword to pause one keyword and keep the site, and delete_keyword for a PENDING keyword you never want. Confirm with the user first and name the domain, not just the ID. Returns { deleted: true }; 404 if the ID is unknown to this account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| websiteId | Yes | Monitored website ID (UUID) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | { deleted: true } once the website is soft-deleted. |