POST
/
cms
/
v3
/
pages
/
site-pages
/
batch
/
archive
Excluir um lote de Páginas do site
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.
Produtos suportados
Requer um dos seguintes produtos ou superior.
Marketing HubMarketing HubGrátis
Sales HubSales HubGrátis
Service HubService HubGrátis
Content HubContent HubGrátis

Escopos Necessários

Esta API requer um dos seguintes escopos:
  • content

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

The JSON array of Site Page ids.

Wrapper for providing an array of strings as inputs.