curl --request DELETE \
--url https://api.hubapi.com/marketing/v3/marketing-events/{objectId} \
--header 'Authorization: Bearer <token>'This response has no body data.指定されたobjectIdを持つ既存のマーケティングイベントが存在する場合、それを削除します。
curl --request DELETE \
--url https://api.hubapi.com/marketing/v3/marketing-events/{objectId} \
--header 'Authorization: Bearer <token>'This response has no body data.