Cancel a discovery watch
Cancels the watch and deletes its schedule. Returns 204 with no body, and 204 again if the
watch was already cancelled, so the call is safe to repeat. Cancellation is terminal.
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.
person, company, job "person"
The watch's id, returned when it was created.
46936
Response
The watch is cancelled. No body is returned.
Related topics
Update a discovery watchGet a discovery watchList discovery watchesCreate a discovery watchTest a discovery watch
