Skip to content

Delete Notification Rule

codestarnotifications_delete_notification_rule R Documentation

Deletes a notification rule for a resource

Description

Deletes a notification rule for a resource.

Usage

codestarnotifications_delete_notification_rule(Arn)

Arguments

Arn

[required] The Amazon Resource Name (ARN) of the notification rule you want to delete.

Value

A list with the following syntax:

list(
  Arn = "string"
)

Request syntax

svc$delete_notification_rule(
  Arn = "string"
)