Skip to main content
DELETE
/
automation
/
v3
/
workflows
/
{workflowId}
Delete a workflow
curl --request DELETE \
  --url https://api.hubapi.com/automation/v3/workflows/{workflowId}
{
  "status": "<string>",
  "message": "<string>",
  "correlationId": "<string>"
}

Path Parameters

workflowId
integer
required

ID of the workflow

Response

Workflow deleted successfully

Last modified on December 12, 2025