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 and its history. This operation is irreversible.
result = await mesa.repos.delete(repo="app")
print(result.success)

Options

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

Response

success
bool
Always True when deletion succeeds.

Required scope

write