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

> Remove approval from a specific page.

Removes the approved status from a page.

## Path parameters

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

## Request body

<ParamField body="page_url" type="string" required>
  Full URL of the page to unapprove.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "data": {
      "page_url": "https://example.com/home",
      "status": "unapproved"
    }
  }
  ```
</ResponseExample>
