Skip to main content
DELETE
/
sentinel
/
jobs
/
{guid}
/
webhook
Cancel pending webhook deliveries for a job
curl --request DELETE \
  --url https://lens-api.tic.io/sentinel/jobs/{guid}/webhook \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Path Parameters

guid
string<uuid>
required

SentinelJobGuid of the job

Response

Returns { deliveriesCancelled: }