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

# Delete project

> Delete an entire project and all its documents. THIS IS DESTRUCTIVE — only call after confirming with the user.

`delete_project`

Delete an entire project and all its documents. THIS IS DESTRUCTIVE — only call after confirming with the user.

## Parameters

<ParamField path="projectId" type="string" required />

<ParamField path="confirmDelete" type="boolean" required>
  Must be true. Set to true only after you have confirmed with the user.
</ParamField>
