gitlab-mcp-server

by yoda-digital
Verified

delete_project_wiki_page

Remove a wiki page from a GitLab project by specifying the project ID and page slug. Ideal for maintaining clean and updated project documentation.

Instructions

Delete a wiki page from a GitLab project

Input Schema

NameRequiredDescriptionDefault
project_idNo
slugNo

Input Schema (JSON Schema)

{ "properties": { "project_id": { "type": "string" }, "slug": { "type": "string" } }, "type": "object" }
ID: jk2pjeuy0y