マーケティング
Deutsch
cURL
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となります。
marketing.campaigns.write
The access token received from the authorization server in the OAuth 2.0 flow.