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.

Supported products

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 April 13, 2026