Passer au contenu principal
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>"
}

Paramètres de chemin

workflowId
integer
requis

ID of the workflow

Réponse

Workflow deleted successfully

Dernière modification le 2 avril 2026