Delete Issue
delete_issuePermanently remove an issue from a GitLab project using the project path and issue IID. Requires the issue author or maintainer token.
Instructions
Delete a GitLab issue. Requires a user token with permission to delete issues in the project (typically the issue author or a maintainer).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Full path of the project (e.g., "group/project-name") | |
| iid | Yes | Issue IID (the number shown in the GitLab UI, e.g. "42") | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |