Passer au contenu principal
DELETE
/
marketing
/
emails
/
2026-03
/
{emailId}
Supprimer un e-mail marketing
curl --request DELETE \
  --url https://api.hubapi.com/marketing/emails/2026-03/{emailId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Supported products

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

emailId
string
requis

L'ID de l'e-mail marketing à supprimer.

Paramètres de requête

archived
boolean

S'il faut renvoyer uniquement les résultats qui ont été archivés.

Réponse

Dernière modification le 5 juin 2026