curl --request POST \
--url https://api.hubapi.com/cms/v3/pages/landing-pages/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
"<string>"
]
}
'This response has no body data.Delete landing pages specified by ID 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/landing-pages/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
"<string>"
]
}
'This response has no body data.Supported products
Required Scopes