Delete Custom Action
chatbot_delete_custom_action | R Documentation |
Deletes a custom action¶
Description¶
Deletes a custom action.
Usage¶
chatbot_delete_custom_action(CustomActionArn)
Arguments¶
CustomActionArn |
[required] The fully defined ARN of the custom action. |
Value¶
An empty list.
Request syntax¶
svc$delete_custom_action(
CustomActionArn = "string"
)