Delete Note
delete_noteDelete a note on a GitLab issue or merge request. Requires the note author's token or maintainer permission.
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) |