cURL
curl --request DELETE \ --url https://{host}/analysis/cloud/gcp/{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. 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
Authentication scheme ("basic", "bearer", etc.).
Credential value.
OK -- delete accepted/completed.
One of 200, 400, 401, 404, 405, 500.