Skip to main content
Glama

delete_issue

Remove an issue from a GitLab project by specifying the project identifier and issue internal ID to delete unwanted or resolved issues from your repository.

Instructions

Delete an issue from a GitLab project

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID or URL-encoded path
issue_iidYesThe internal ID of the project issue

Input Schema (JSON Schema)

{ "properties": { "issue_iid": { "description": "The internal ID of the project issue", "type": "number" }, "project_id": { "description": "Project ID or URL-encoded path", "type": "string" } }, "required": [ "project_id", "issue_iid" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/harshmaur/gitlab-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server