curl --request DELETE \
--url https://api.hubapi.com/marketing/v3/marketing-events/events/{externalEventId} \
--header 'Authorization: Bearer <token>'This response has no body data.Deletes the existing Marketing Event with the specified externalAccountId, externalEventId, if it exists.
Only Marketing Events created by the same app can be deleted.
curl --request DELETE \
--url https://api.hubapi.com/marketing/v3/marketing-events/events/{externalEventId} \
--header 'Authorization: Bearer <token>'This response has no body data.Was this page helpful?