Authorization: ********************{
"node_ids": [
0
]
}curl --location --request DELETE '/api/admin/node/batch' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"node_ids": [
0
]
}'{
"code": 0,
"data": {
"failed_count": 0,
"failed_nodes": [
{
"error": "string",
"node_id": 0
}
],
"success_count": 0,
"success_nodes": [
0
]
},
"message": "string"
}