notification::display::unsubscribe_url (public)

 notification::display::unsubscribe_url -request_id request_id -url url

Defined in packages/notifications/tcl/notification-display-procs.tcl

Returns the URL that allows one to unsubscribe from a particular request.

Switches:
-request_id (required)
-url (required)

Testcases:
No testcase defined.
Source code:
    set root_path [apm_package_url_from_key [notification::package_key]]

    if { $root_path eq "" } {
        return ""
    }

    set unsubscribe_url [export_vars -base "${root_path}request-delete" { request_id { return_url $url } }]

    return $unsubscribe_url
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: