POST
/
marketing
/
v3
/
marketing-events
/
batch
/
archive
Delete Multiple Marketing Events by ObjectId
curl --request POST \
  --url https://api.hubapi.com/marketing/v3/marketing-events/batch/archive \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "inputs": [
    {
      "objectId": "<string>"
    }
  ]
}'
This response has no body data.
Supported products
Requires one of the following products or higher.
Marketing HubMarketing HubFree
Sales HubSales HubFree
Service HubService HubFree
Content HubContent HubStarter

Required Scopes

This API requires one of the following scopes:
  • crm.objects.marketing_events.write

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json