curl --request DELETE \
--url https://api.hubapi.com/automation/v3/workflows/{workflowId}{
"status": "<string>",
"message": "<string>",
"correlationId": "<string>"
}Delete the specified workflow.
curl --request DELETE \
--url https://api.hubapi.com/automation/v3/workflows/{workflowId}{
"status": "<string>",
"message": "<string>",
"correlationId": "<string>"
}Scope requirements
ID of the workflow
Workflow deleted successfully
Was this page helpful?