GitHub Projects MCP Server

delete-project

Remove a GitHub Project by specifying its ID. This tool ensures clean project management by permanently deleting unwanted projects from your GitHub workspace.

Instructions

Delete a GitHub Project

Input Schema

NameRequiredDescriptionDefault
projectIdYesGitHub Project ID to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "GitHub Project ID to delete", "type": "string" } }, "required": [ "projectId" ], "type": "object" }
ID: 86aw338aa5