Eliminar múltiples conexiones en lote
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
DELETE
/flows/{flowId}/edges/batch
Conexiones
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.hiveflow.com/api/flows//edges/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"edgeIds": [
"string"
],
"criteria": {
"source": "string",
"target": "string",
"conditional": true
}
}'
Response Response Example
{
"success": true,
"message": "Conexiones eliminadas exitosamente",
"deletedCount": 0,
"deletedEdges": [
"string"
]
}
Request
Path Params
flowId
string
required
Body Params application/json
Responses
Modified at 2025-06-19 15:26:15