---
title: "Delete Multiple Marketing Events by External Ids"
method: POST
path: "/marketing/v3/marketing-events/events/delete"
tags: ["Batch"]
---

# Delete Multiple Marketing Events by External Ids

`POST /marketing/v3/marketing-events/events/delete`

Deletes multiple Marketing Events based on externalAccountId, externalEventId, and appId.

Only Marketing Events created by the same apps will be deleted; events from other apps cannot be removed by this endpoint.

## Request body

- BatchInputMarketingEventExternalUniqueIdentifier
  - `inputs` MarketingEventExternalUniqueIdentifier[], required
    - `appId` integer, required — The id of the application that created the marketing event in HubSpot.
    - `externalAccountId` string, required — The accountId that is associated with this marketing event in the external event application.
    - `externalEventId` string, required — The id of the marketing event in the external event application.

## Response `default`

An error occurred.

---

[API](https://skmtc.net/hubspot/apis/marketing-marketing-events.md) · [All operations](https://skmtc.net/hubspot/apis/marketing-marketing-events/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/marketing-marketing-events/revisions/e1f0e463c8c3/schema)
