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}
This response does not have an example.

Path Parameters

workflowId
integer
required
email
string<email>
required

Response

204

Contact unenrolled successfully (no body)