Delete an entity watch
Cancels the watch and deletes its schedule. Returns 204 with no body, and 204 again if the
watch was already cancelled. Deletion is terminal: the watch cannot be resumed.
Authorizations
API key passed as a Bearer token in the Authorization header.
Headers
API version to use. 2025-11-01 is the only accepted value. Send it on every call: it is
enforced today on POST /watch/{dataset}/search, where a missing or unrecognized value returns
400, and the other watch routes accept a request without it rather than relying on that.
2025-11-01 "2025-11-01"
Path Parameters
The dataset the watch is built on. Entity watches support person and company; there is no
job entity watch, and job returns 404 here. Use /watch/job/search for jobs.
person, company "person"
The watch's id, returned when it was created.
46936
Response
The watch is deleted. No body is returned.
Related topics
Company Entity WatcherPerson Entity WatcherUpdate an entity watchList entity watchesGet an entity watch
