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

# Unapprove entire site

> Remove approval from all pages on a site.

Removes the approved status from all pages on a site.

## Path parameters

<ParamField path="siteId" type="string" required>
  UUID or site token of the site.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "data": {
      "unapproved_count": 12
    }
  }
  ```
</ResponseExample>
