Skip to content

Delete Activity

sfn_delete_activity R Documentation

Deletes an activity

Description

Deletes an activity.

Usage

sfn_delete_activity(activityArn)

Arguments

activityArn

[required] The Amazon Resource Name (ARN) of the activity to delete.

Value

An empty list.

Request syntax

svc$delete_activity(
  activityArn = "string"
)