Skip to main content
DELETE
/
webhook
/
analysis
/
{platformType}
/
{platformSubType}
/
{analysisId}
Delete webhook from an analysis
curl --request DELETE \
  --url https://{host}/webhook/analysis/{platformType}/{platformSubType}/{analysisId}
{
  "message": "<string>",
  "status": 123
}

Path Parameters

platformType
enum<string>
required
Available options:
cloud,
containers
platformSubType
enum<string>
required
Available options:
aws,
gcp,
azure,
kubernetes
analysisId
string
required

Response

OK

message
string
required
status
integer
required