Plugin requirement. Like all
/api-reddit-watchlist methods, delete requires at least one team member to have had the OutX browser extension active within the last 48 hours, otherwise it returns 403 Plugin installation required. Teams with global data sharing enabled are exempt.Query Parameters
Watchlist ID to delete
Response Fields
ID of the deleted watchlist
Whether the deletion was successful
Success message
Error Responses
| Status Code | Error Message | Description |
|---|---|---|
| 400 | Missing required parameter: id | Watchlist ID is required |
| 401 | Missing API Key / Invalid API Key | Invalid or missing API key |
| 403 | Plugin installation required | No team member has had the OutX browser extension active in the last 48 hours. Exempt if global data sharing is enabled. |
| 404 | Watchlist not found or access denied | Watchlist does not exist, is not a Reddit list, or is not yours |
Frequently Asked Questions
Is deleting a Reddit watchlist reversible?
Is deleting a Reddit watchlist reversible?
No. Deletion is permanent and cannot be undone. Once you delete a Reddit watchlist, the watchlist configuration and all associated data are removed. If you want to temporarily stop tracking, use the update endpoint to set
disable: true instead.What happens to the posts that were already collected?
What happens to the posts that were already collected?
All posts associated with the deleted watchlist are permanently removed. If you need to preserve historical data, export or save the posts via the Posts API before deleting the watchlist.

