Skip to main content
DELETE
/
analysis
/
cloud
/
azure
/
{analysisId}
Delete Azure data-collection audit for an analysis
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"
  }
}'
{
"message": "OK",
"status": 200
}

Path Parameters

analysisId
string
required

The unique referenced ID of the Azure analysis.

Body

application/json

Optional webhook to receive completion status.

webHook
object

Response

Delete accepted/completed; audit removed.

message
string
required

Informational message for the request result.

status
integer
required

HTTP-like status code (200, 400, 401, 404, 405, 500).