GitHub Enterprise MCP Server

by containerelic
Verified

delete-repository

Permanently remove a GitHub Enterprise repository by specifying its owner and name, requiring confirmation to ensure secure deletion.

Input Schema

NameRequiredDescriptionDefault
confirmYesConfirmation for deletion (must be true)
ownerYesRepository owner
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "confirm": { "description": "Confirmation for deletion (must be true)", "type": "boolean" }, "owner": { "description": "Repository owner", "minLength": 1, "type": "string" }, "repo": { "description": "Repository name", "minLength": 1, "type": "string" } }, "required": [ "owner", "repo", "confirm" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub Enterprise MCP Server

Related Tools

ID: 27uwbz7hqw