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

# Delete project

> Permanently delete a project and all its sites and comments.

Permanently deletes a project, including all its sites, comments, and associated data.

<Warning>
  This action is irreversible.
</Warning>

## Path parameters

<ParamField path="id" type="string" required>
  UUID of the project to delete.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "message": "Project deleted successfully"
  }
  ```
</ResponseExample>
