Zum Hauptinhalt springen
POST
/
marketing
/
v3
/
campaigns
/
batch
/
archive
Einen Batch mit Kampagnen löschen
curl --request POST \
  --url https://api.hubapi.com/marketing/v3/campaigns/batch/archive \
  --header 'Content-Type: application/json' \
  --header 'private-app: <api-key>' \
  --data '{
  "inputs": [
    {
      "id": "<string>"
    }
  ]
}'
This response has no body data.

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Professional
Sales HubSales Hub -Kostenlos
Service HubService Hub -Kostenlos
Content HubContent Hub -Kostenlos
Diese API erfordert einen der folgenden Bereiche:
marketing.campaigns.write

Authorizations

private-app
string
header
required

Body

application/json
inputs
object[]
required