Connectors
...
Actions
Delete Incident Comments
4 min
description removes a specific comment from an incident in microsoft azure sentinel using unique identifiers like incidentcommentid and incidentid endpoint url /subscriptions/{{subscriptionid}}/resourcegroups/{{resourcegroupname}}/providers/microsoft operationalinsights/workspaces/{{workspacename}}/providers/microsoft securityinsights/incidents/{{incidentid}}/comments/{{incidentcommentid}} method delete inputs path parameters (object) – required incidentcommentid (string) – required incident comment id subscriptionid (string) – required the id of the target subscription resourcegroupname (string) – required the name of the resource group the name is case insensitive workspacename (string) – required the name of the workspace regex pattern is ^\[a za z0 9]\[a za z0 9 ]+\[a za z0 9]$ incidentid (string) – required incident id parameters (object) – required api version (string) – required the api version to use for this operation output example \[ { "status code" 200, "response headers" {}, "reason" "ok", "json body" {} } ] output parameters status code (number) reason (string) json body (object)