Delete Note
delete_notePermanently delete a note from a MantisBT issue by supplying its note ID and issue ID. This irreversible action enforces permissions to ensure only authorized users can remove notes.
Instructions
Permanently delete a note from a MantisBT issue. This action is irreversible — deleted notes cannot be recovered.
Returns a plain-text confirmation message on success. Returns an error if the note does not exist or the current user lacks permission to delete it (MantisBT enforces access control: users can typically only delete their own notes unless they have manager-level access or higher).
Prerequisites: obtain note_id from list_notes or from get_issue (notes[].id); obtain issue_id from the same source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | Numeric note ID to delete — obtain from get_issue (notes[].id) or list_notes | |
| issue_id | Yes | Numeric issue ID that owns the note — use get_issue or list_notes to identify this value |