Connectors
...
Actions
Delete Incident
5 min
description removes a specified incident from microsoft azure sentinel using subscription, resource group, workspace, and incident ids endpoint url /subscriptions/{{subscriptionid}}/resourcegroups/{{resourcegroupname}}/providers/microsoft operationalinsights/workspaces/{{workspacename}}/providers/microsoft securityinsights/incidents/{{incidentid}} method delete inputs path parameters (object) – required path parameters 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 ^\[a za z0 9]\[a za z0 9 ]+\[a za z0 9]$ incidentid (string) – required incident id parameters (object) – required url query parameters api version (string) – required the api version to use for this action output example \[ { "status code" 200, "response headers" { "cache control" "no cache", "pragma" "no cache", "transfer encoding" "chunked", "content type" "application/json; charset=utf 8", "content encoding" "gzip", "expires" " 1", "vary" "accept encoding", "server" "kestrel", "x ms ratelimit remaining subscription deletes" "14999", "x ms request id" "a1c0a95a ab5c 40ac 819e fa5d49e3c2db", "x ms correlation request id" "a1c0a95a ab5c 40ac 819e fa5d49e3c2db", "x ms routing request id" "southindia 20230729t121753z\ a1c0a95a ab5c 40ac 819e fa5d49e3c2db", "strict transport security" "max age=31536000; includesubdomains", "x content type options" "nosniff", "date" "sat, 29 jul 2023 12 17 53 gmt" }, "reason" "ok" } ] output parameters status code (number) reason (string) json body (object) response headers header type cache control string pragma string transfer encoding string content type string content encoding string expires string vary string server string x ms ratelimit remaining subscription deletes string x ms request id string x ms correlation request id string x ms routing request id string strict transport security string x content type options string date string