Delete issue
gitlab_delete_issueDelete a GitLab issue permanently by supplying its IID and confirming the action. Removes the issue from the project.
Instructions
Permanently deletes an issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | ||
| issue_iid | Yes | ||
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. |