Skip to main content
Delete a repository and its history. This operation is irreversible. Required scope: write
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
Whether the operation succeeded.