curl --request DELETE \
--url https://lens-api.tic.io/sentinel/jobs/{guid} \
--header 'x-api-key: <api-key>'Soft-deletes the job locally and sends a best-effort delete to the Sentinel backend. Returns 204 on success.
curl --request DELETE \
--url https://lens-api.tic.io/sentinel/jobs/{guid} \
--header 'x-api-key: <api-key>'