Pular para o conteúdo principal
DELETE
/
automation
/
v4
/
flows
/
{flowId}
Excluir um fluxo de trabalho
curl --request DELETE \
  --url https://api.hubapi.com/automation/v4/flows/{flowId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Produtos suportados

Requer um dos seguintes produtos ou superior.
Marketing HubMarketing Hub -Professional
Sales HubSales Hub -Professional
Service HubService Hub -Professional
Content HubContent Hub -Professional

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

flowId
integer<int64>
obrigatório

O identificador exclusivo do fluxo de automação a ser excluído.

Resposta

Last modified on March 24, 2026