cURL
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 } }
Remove approval from all pages on a site.
Was this page helpful?