Passer au contenu principal
DELETE
/
automation
/
2026-09-beta
/
flows
/
{flowId}
Delete workflow
curl --request DELETE \
  --url https://api.hubapi.com/automation/2026-09-beta/flows/{flowId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Supported products

Autorisations

Authorization
string
header
requis

The access token received from the authorization server in the OAuth 2.0 flow.

Paramètres de chemin

flowId
integer<int64>
requis

The unique identifier of the flow to delete. This is required to specify which flow should be removed.

Réponse

Last modified on April 2, 2026