Skip to main content
Delete a bookmark by name. Required scope: write
await mesa.bookmarks.delete({ repo: 'app', bookmark: 'feature/auth' });

Options

repo
string
required
Repository name.
bookmark
string
required
Bookmark name.
org
string | undefined
Organization override.

Response

success
true
Whether the operation succeeded.