Skip to content

Delete Response Plan

ssmincidents_delete_response_plan R Documentation

Deletes the specified response plan

Description

Deletes the specified response plan. Deleting a response plan stops all linked CloudWatch alarms and EventBridge events from creating an incident with this response plan.

Usage

ssmincidents_delete_response_plan(arn)

Arguments

arn

[required] The Amazon Resource Name (ARN) of the response plan.

Value

An empty list.

Request syntax

svc$delete_response_plan(
  arn = "string"
)