CellPilot / aws /dist /awscli /examples /budgets /delete-subscriber.rst
philippendres's picture
Upload folder using huggingface_hub
907462b verified
Raw
History Blame Contribute Delete
404 Bytes
**To delete a subscriber from a notification**
This example deletes the specified subscriber from the specified notification.
Command::
aws budgets delete-subscriber --account-id 111122223333 --budget-name "Example Budget" --notification NotificationType=ACTUAL,ComparisonOperator=GREATER_THAN,Threshold=80,ThresholdType=PERCENTAGE --subscriber SubscriptionType=EMAIL,Address=example@example.com