Skip to main content
Delete a bookmark. Required scope: write
result = await mesa.bookmarks.delete(repo="app", bookmark="feature-x")
print(result.success)

Options

repo
str
required
Repository name.
bookmark
str
required
Bookmark name to delete.
org
str | None
Organization override.

Response

success
bool
Whether the operation succeeded.