cURL
curl --request DELETE \ --url https://{host}/analysis/cloud/azure/{analysisId} \ --header 'Content-Type: application/json' \ --data ' { "webHook": { "uri": "http://mywebhookserver/webhook/results", "authType": "basic", "authValue": "user:pass" } } '
200
ok
{ "message": "OK", "status": 200}
Deletes the audit and associated scheduler entries for the specified analysis.
analysisId
The unique referenced ID of the Azure analysis.
Optional webhook to receive completion status.
Show child attributes
Delete accepted/completed; audit removed.
Informational message for the request result.
HTTP-like status code (200, 400, 401, 404, 405, 500).