Limpiar historial completo del nodo
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
DELETE
/flows/{flowId}/nodes/{nodeId}/history
Nodos
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.hiveflow.com/api/flows//nodes//history'
Response Response Example
{
"success": true,
"message": "Historial del nodo limpiado exitosamente",
"deletedEntries": 0,
"remainingEntries": 0
}
Request
Path Params
flowId
string
required
nodeId
string
required
Query Params
olderThan
string <date-time>
optional
status
enum<string>
optional
Allowed values:
successerrorrunningstopped
keepLast
integer
optional
Default:
0
Responses
Modified at 2025-06-19 15:26:15