deletebookmark - qlik-oss/gopherciser GitHub Wiki
Delete one or more bookmarks in the current app.
Note: Specify either title
or id
, not both.
-
title
: Name of the bookmark (supports the use of variables). -
id
: ID of the bookmark. -
mode
:-
single
: Delete one bookmark that matches the specifiedtitle
orid
in the current app. -
matching
: Delete all bookmarks with the specifiedtitle
in the current app. -
all
: Delete all bookmarks in the current app.
-
{
"action": "deletebookmark",
"settings": {
"mode": "single",
"title": "My bookmark"
}
}