Last chance! 50% off unlimited learning
Sale ends in
Deletes a state machine. This is an asynchronous operation: It sets the
state machine's status to DELETING
and begins the deletion process.
Each state machine execution is deleted the next time it makes a state
transition.
sfn_delete_state_machine(stateMachineArn)
[required] The Amazon Resource Name (ARN) of the state machine to delete.
svc$delete_state_machine( stateMachineArn = "string" )
The state machine itself is deleted after all executions are completed or deleted.