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)
- Partial Call Graph (max 5 caller/called nodes):
- 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_urlXQL Not present: Generic, PostgreSQL, Oracle