void=dbDeleteBookmark(name: string)
The function deletes a bookmark of the given name.

Parameters
The parameter of the function is name, which represents name of the bookmark.

Example - Director
global ado
ado.dbDeleteBookmark("test1")

Example - Authorware
CallObject(ado; "dbDeleteBookmark","test1")