curl --request POST \
--url https://api.hubapi.com/marketing/v3/campaigns/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "<string>"
}
]
}
'This response has no body data.このエンドポイントでは、キャンペーンがバッチ削除されます。 バッチ要求に含まれる項目の最大数は50個です。 レスポンスはキャンペーンが存在するかどうか、正常に削除されたかどうか、またはバッチに含まれるキャンペーンの一部が削除されたかに関係なく、常に204 No Contentとなります。
curl --request POST \
--url https://api.hubapi.com/marketing/v3/campaigns/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "<string>"
}
]
}
'This response has no body data.Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.jp/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Required Scopes