curl --request POST \
--url https://api.hubapi.com/cms/v3/blogs/posts/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
"<string>"
]
}
'This response has no body data.IDを基準にブログ記事を削除します。 注:これはアプリ内の「アーカイブ」機能とは異なります。 ダッシュボードの「アーカイブ」を実行するには、「archivedInDashboard」フィールドをtrueに設定して通常の更新を送信します。
curl --request POST \
--url https://api.hubapi.com/cms/v3/blogs/posts/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
"<string>"
]
}
'This response has no body data.サポートされる製品
必須スコープ