Permanently delete a Reddit watchlist and all associated posts and data.Documentation Index
Fetch the complete documentation index at: https://www.outx.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
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 |
| 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.

