Eliminar entrada específica del historial 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/{timestamp}
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": "string"
}
Request
Path Params
flowId
string
required
nodeId
string
required
timestamp
string
required
Responses
Modified at 2025-06-19 15:26:15