reddit_monitor_remove
Permanently stop a Reddit monitor by ID, freeing its slot and halting future matches. Past deliveries stay queryable.
Instructions
Delete a monitor. There is no undo endpoint -- it stops matching immediately, its slot is freed for a new monitor, and it disappears from reddit_monitor_list. Its past deliveries are NOT erased: they remain queryable via reddit_monitor_deliveries (both scoped by monitor_id and in the aggregate, no-id view) forever. Returns 404 monitor_not_found if the id does not exist or is not yours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The monitor's id, from reddit_monitor_add's response or reddit_monitor_list. |