Learn R Programming

paws.application.integration (version 0.1.11)

sfn_delete_state_machine: Deletes a state machine

Description

Deletes a state machine. This is an asynchronous operation: It sets the state machine's status to DELETING and begins the deletion process.

For EXPRESSstate machines, the deletion will happen eventually (usually less than a minute). Running executions may emit logs after delete_state_machine API is called.

Usage

sfn_delete_state_machine(stateMachineArn)

Arguments

stateMachineArn

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

Value

An empty list.

Request syntax

svc$delete_state_machine(
  stateMachineArn = "string"
)