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 mdb
mdb.dbDeleteBookmark("test1")

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