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 repository by name.
await mesa.repos.delete({ repo: 'old-app' });

Options

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

Response

Returns { success: true }.

Required scope

admin