Skip to main content
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>"
}

Path Parameters

workflowId
integer
required
email
string<email>
required

Response

Contact unenrolled successfully (no body)

Last modified on December 12, 2025