Saltar al contenido principal
DELETE
/
automation
/
v4
/
flows
/
{flowId}
Eliminar un workflow
curl --request DELETE \
  --url https://api.hubapi.com/automation/v4/flows/{flowId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Productos compatibles

Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing Hub -Pro
Sales HubSales Hub -Pro
Service HubService Hub -Pro
Content HubContent Hub -Pro

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

flowId
integer<int64>
requerido

El identificador único del flujo de automatización que se va a eliminar.

Respuesta

Last modified on March 30, 2026