Deleting an Amazon RDS event notification subscription - Amazon Aurora
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Deleting an Amazon RDS event notification subscription

You can delete a subscription when you no longer need it. All subscribers to the topic will no longer receive event notifications specified by the subscription.

To delete an Amazon RDS event notification subscription
  1. Sign in to the Amazon Web Services Management Console and open the Amazon RDS console at https://console.amazonaws.cn/rds/.

  2. In the navigation pane, choose DB Event Subscriptions.

  3. In the My DB Event Subscriptions pane, choose the subscription that you want to delete.

  4. Choose Delete.

  5. The Amazon RDS console indicates that the subscription is being deleted.

    
                                Delete an event notification subscription

To delete an Amazon RDS event notification subscription, use the Amazon CLI delete-event-subscription command. Include the following required parameter:

  • --subscription-name

Example

The following example deletes the subscription myrdssubscription.

aws rds delete-event-subscription --subscription-name myrdssubscription

To delete an Amazon RDS event notification subscription, use the RDS API DeleteEventSubscription command. Include the following required parameter:

  • SubscriptionName