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