Delete Note
delete_noteRemove a comment from a GitLab issue or merge request by providing its note ID; requires authentication as the note author or maintainer.
Instructions
Delete a comment (note) on a GitLab issue or merge request. Requires a user token belonging to the note author or a maintainer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | Note ID — either the bare numeric ID or the full GraphQL gid (gid://gitlab/Note/123) | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |