curl --request DELETE \
--url https://api.hubapi.com/automation/v2/workflows/{workflowId}/enrollments/contacts/{email}{
"status": "<string>",
"message": "<string>",
"correlationId": "<string>"
}Remove a contact from workflow.
curl --request DELETE \
--url https://api.hubapi.com/automation/v2/workflows/{workflowId}/enrollments/contacts/{email}{
"status": "<string>",
"message": "<string>",
"correlationId": "<string>"
}Was this page helpful?