Skip to main content
DELETE
/
analysis
/
cloud
/
aws
/
{analysisId}
Delete AWS audit and scheduler entries for an analysis
curl --request DELETE \
  --url https://{host}/api/v2/analysis/cloud/aws/{analysisId}
{
  "message": "<string>",
  "status": 123
}

Path Parameters

analysisId
string
required

Unique referenced ID of the AWS analysis.

Response

Delete request acknowledged / completed

message
string

Informational message returned with the status.

status
integer

HTTP response code.