Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mesa.dev/llms.txt

Use this file to discover all available pages before exploring further.

Delete a bookmark.
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
Always True when deletion succeeds.

Required scope

write