> ## 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 site

> Permanently delete a site and all its comments.

Soft-deletes a site. All associated comments and approvals are removed.

<Warning>
  This action is irreversible. All comments and approvals for this site will be deleted.
</Warning>

## Path parameters

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

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