diff --git a/pkg/services/ngalert/notifier/channels_config/available_channels.go b/pkg/services/ngalert/notifier/channels_config/available_channels.go index 53387e703b57d..a8dcece87efdf 100644 --- a/pkg/services/ngalert/notifier/channels_config/available_channels.go +++ b/pkg/services/ngalert/notifier/channels_config/available_channels.go @@ -1354,14 +1354,6 @@ func GetAvailableNotifiers() []*NotifierPlugin { Required: true, Secure: true, }, - { - Label: "Alert API URL", - Element: ElementTypeInput, - InputType: InputTypeText, - Placeholder: "https://api.opsgenie.com/v1/json/logzio", - PropertyName: "apiUrl", - Required: true, - }, { Label: "Message", Description: "Alert text limited to 130 characters.",