Delete Human Loop
augmentedairuntime_delete_human_loop | R Documentation |
Deletes the specified human loop for a flow definition¶
Description¶
Deletes the specified human loop for a flow definition.
If the human loop was deleted, this operation will return a
ResourceNotFoundException
.
Usage¶
augmentedairuntime_delete_human_loop(HumanLoopName)
Arguments¶
HumanLoopName |
[required] The name of the human loop that you want to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_human_loop(
HumanLoopName = "string"
)