# shellcheck shell=bash disable=SC2154,SC2034

___x_cmd_shodan_notifier_rm(){
    local X_help_cmd='x help -m shodan notifier rm';   help:arg-null:parse
    local id="$1"
    [ -n "$id" ] ||  N=shodan M="Provide a Notifier ID" log:ret:1

    ___x_cmd_shodan_curl del "/notifier/${id}" | x j2y
}
