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 by name.
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

Returns { success: true }.

Required scope

write