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 | Unauthorized | Invalid or missing API key |
| 403 | Access denied | Trying to delete watchlist from another team |
| 404 | Watchlist not found | Watchlist ID doesn’t exist |
Frequently Asked Questions
Q: Is deleting a company watchlist reversible? No. Deletion is permanent and cannot be undone. Once you delete a company watchlist, the watchlist configuration and all associated data are removed. If you want to temporarily stop tracking, consider using the update endpoint to setdisable: true instead.
Q: 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.

