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
Name | Required | Description | Default |
---|---|---|---|
group_id | No | ||
slug | No |
Input Schema (JSON Schema)
{
"properties": {
"group_id": {
"type": "string"
},
"slug": {
"type": "string"
}
},
"type": "object"
}