cURL
curl --request DELETE \ --url https://lens-api.tic.io/sentinel/jobs/{guid}/webhook \ --header 'x-api-key: <api-key>'
Marks any pending or in-flight webhook deliveries for the job as disabled so the worker skips them. Already-delivered or already-failed deliveries are unaffected. Returns the number of deliveries cancelled.
SentinelJobGuid of the job
Returns { deliveriesCancelled: }