codestarnotifications_delete_target {paws.developer.tools} | R Documentation |
Deletes a specified target for notifications
Description
Deletes a specified target for notifications.
See https://www.paws-r-sdk.com/docs/codestarnotifications_delete_target/ for full documentation.
Usage
codestarnotifications_delete_target(TargetAddress, ForceUnsubscribeAll = NULL)
Arguments
TargetAddress |
[required] The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete. |
ForceUnsubscribeAll |
A Boolean value that can be used to delete all associations with this Chatbot topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your Amazon Web Services account are deleted. |
[Package paws.developer.tools version 0.7.0 Index]