Saltar al contenido principal
DELETE
/
workflows
/
{workflowId}
Eliminar un flujo de trabajo
curl --request DELETE \
  --url https://api.altostrat.io/workflows/{workflowId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

JWT estándar para sesiones de usuario obtenido a través de la autenticación de Altostrat.

Path Parameters

workflowId
string
required

El ID con prefijo del flujo de trabajo (ej., fl_...).

Response

El flujo de trabajo fue eliminado exitosamente.