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

Path Parameters

analysisId
string
required

The unique referenced ID of the GCP analysis.

Body

application/json

Optional webhook to receive completion status.

webHook
object

Response

OK -- delete accepted/completed.

message
string
required
status
integer
required

One of 200, 400, 401, 404, 405, 500.