Delete Watchlist
Watchlists
Delete Watchlist
Remove a watchlist and all associated data
DELETE
Delete Watchlist
Endpoint
Authentication
Requireswatchlist:delete permission.
Path Parameters
The unique identifier of the watchlist to delete
Request Example
Response
Error Responses
404 Not Found
Important Notes
Alternative: Pause Instead of DeleteIf you want to temporarily stop monitoring without losing data, consider updating the status to
paused instead of deleting.Status Codes
| Code | Description |
|---|---|
| 200 | Success - Watchlist deleted |
| 401 | Unauthorized |
| 403 | Forbidden - Missing watchlist:delete permission |
| 404 | Not Found |
| 500 | Internal Server Error |
Best Practices
- Export data first: Use the Get Watchlist endpoint to retrieve and save watchlist data before deletion
- Pause instead: For temporary suspension, use
status: "paused"to preserve data - Verify ID: Double-check the
watchlist_idto avoid accidental deletion - Log deletions: Maintain audit logs of watchlist deletions for compliance