curl --request POST \
--url https://api.hubapi.com/cms/v3/pages/site-pages/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
"<string>"
]
}
'This response has no body data.Delete a batch of website pages as specified in the request body. Note: this is not the same as the dashboard archive function. To perform a dashboard archive send an normal update with the archivedInDashboard field set to true.
curl --request POST \
--url https://api.hubapi.com/cms/v3/pages/site-pages/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
"<string>"
]
}
'This response has no body data.Was this page helpful?