curl --request POST \
--url https://api.hubapi.com/marketing/v3/emails/{emailId}/unpublish \
--header 'Authorization: Bearer <token>'This response has no body data.Marketing Hub EnterpriseアカウントまたはトランザクションEメールアドオンを持っている場合は、このエンドポイントを使用して、自動送信Eメールの公開を終了したり、通常のメールをキャンセルしたりすることができます。すでに送信処理中のEメールはキャンセルできない場合があります。
curl --request POST \
--url https://api.hubapi.com/marketing/v3/emails/{emailId}/unpublish \
--header 'Authorization: Bearer <token>'This response has no body data.