Delete Chime Webhook Configuration
chatbot_delete_chime_webhook_configuration | R Documentation |
Deletes a Amazon Chime webhook configuration for AWS Chatbot¶
Description¶
Deletes a Amazon Chime webhook configuration for AWS Chatbot.
Usage¶
chatbot_delete_chime_webhook_configuration(ChatConfigurationArn)
Arguments¶
ChatConfigurationArn |
[required] The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_chime_webhook_configuration(
ChatConfigurationArn = "string"
)