curl --location --request DELETE 'https://api.hiveflow.ai/api/flows//edges/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"edgeIds": [
"string"
],
"criteria": {
"source": "string",
"target": "string",
"conditional": true
}
}'
{
"success": true,
"message": "Conexiones eliminadas exitosamente",
"deletedCount": 0,
"deletedEdges": [
"string"
]
}