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.リクエスト本文で指定されたウェブサイトページをバッチ削除します。注:これはダッシュボードの「アーカイブ」機能とは異なります。ダッシュボードの「アーカイブ」を実行するには、「archivedInDashboard」フィールドを「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.サポートされる製品
必須スコープ