gitlab-mcp-server

by yoda-digital
Verified

delete_group_wiki_page

Remove a wiki page from a GitLab group by specifying the group ID and page slug. Simplify wiki management and streamline content updates.

Instructions

Delete a wiki page from a GitLab group

Input Schema

NameRequiredDescriptionDefault
group_idNo
slugNo

Input Schema (JSON Schema)

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