Passer au contenu principal
DELETE
/
automation
/
v2
/
workflows
/
{workflowId}
/
enrollments
/
contacts
/
{email}
Unenroll contact
curl --request DELETE \
  --url https://api.hubapi.com/automation/v2/workflows/{workflowId}/enrollments/contacts/{email}
{
  "status": "<string>",
  "message": "<string>",
  "correlationId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.fr/docs/llms.txt

Use this file to discover all available pages before exploring further.

Paramètres de chemin

workflowId
integer
requis
email
string<email>
requis

Réponse

Contact unenrolled successfully (no body)

Last modified on April 2, 2026