namesniper_unwatch
Stop monitoring a watched handle and free its slot. Pass a watch ID or username (optionally per platform) to remove matching watches, returning the removed count and IDs.
Instructions
Stop monitoring a watched handle and free its slot. Pass the watch id from namesniper_watches, or a username (optionally narrowed to one platform) to remove all its watches. Returns JSON with the removed count and ids. Requires an API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Watch id from namesniper_watches | |
| userId | No | Ignored — derived from your API key | |
| platform | No | Limit username-based removal to one platform | |
| username | No | Remove watches for this username across all platforms unless platform is given |