Delete Issue
delete_issueDelete a GitLab issue from a project by providing the project path and issue IID. Requires appropriate permissions.
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 |
|---|---|---|---|
| iid | Yes | Issue IID (the number shown in the GitLab UI, e.g. "42") | |
| projectPath | Yes | Full path of the project (e.g., "group/project-name") | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |