cURL
curl --request DELETE \ --url https://{host}/analysis/cloud/gcp/{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. Status may be sent to an optional webhook on completion.
The unique referenced ID of the GCP analysis.
Optional webhook to receive completion status.
Show child attributes
OK -- delete accepted/completed.
One of 200, 400, 401, 404, 405, 500.