diff --git a/plugins/modules/cloudns_monitor.py b/plugins/modules/cloudns_monitor.py index 6761a4c..49e3170 100644 --- a/plugins/modules/cloudns_monitor.py +++ b/plugins/modules/cloudns_monitor.py @@ -214,7 +214,7 @@ def run_module(): r.raise_for_status() for email in notifications_to_remove: - url = "https://api.cloudns.net/monitoring/delete-notifications.json" + url = "https://api.cloudns.net/monitoring/delete-notification.json" params = { 'auth-id': module.params['auth_id'], 'auth-password': module.params['auth_password'],