> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# project_notes_delete

> Delete a project note

## Summary

Remove a note from the project.

* Needs Admin: False
* Version: 1-2
* Author: @its\_a\_feature\_

### Arguments

#### note\_id

* Description: ID of the note to delete
* Required: True

## Usage

```
project_notes_delete -note_id 7
```

## Detailed Summary

Permanently deletes a project note.

<Warning>
  This action cannot be undone.
</Warning>
