Skip to main content
POST
/
sites
/
{siteId}
/
approvals
/
unapprove-all
Unapprove entire site
curl --request POST \
  --url https://api.surefeedback.com/api/v1/sites/{siteId}/approvals/unapprove-all \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "unapproved_count": 12
  }
}
Removes the approved status from all pages on a site.

Path parameters

siteId
string
required
UUID or site token of the site.
{
  "success": true,
  "data": {
    "unapproved_count": 12
  }
}