cURL
curl --request DELETE \ --url https://{host}/analysis/cloud/azure/{analysisId} \ --header 'Content-Type: application/json' \ --data ' { "webHook": { "uri": "<string>", "authType": "<string>", "authValue": "<string>" } } '
{ "message": "<string>", "status": 123 }
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
Destination to receive delete completion status.
Authentication scheme used by the webhook endpoint (e.g., "basic", "bearer").
Credential value (e.g., user:pass for basic, or token).
Delete accepted/completed; audit removed.
Informational message for the request result.
HTTP-like status code (200, 400, 401, 404, 405, 500).