Delete Node
The proxy id is required for deleting a proxy node which can either be NodeId or model key. Examples : 10000:901:649591578347200326 (id) or IAPG7M8JS18458ROSJQRGQ0LLV (node_id). Only the admin user can perform this operation. Only the proxy nodes can be deleted using this API.
The Entity ID of object requestion information on
OK
{
"id": "18230:901:1585583463",
"entity_type": "NODE",
"node_type": "PROXY_VM",
"node_id": "IOYHU2J",
"ip_address": "10.126.103.156"
}
id
entity_type
node_type
node_id
ip_address
ipv6_address
name
is_physical_flow_collector
sddc_details
version
health
registered_timestamp
last_updated_timestamp
Unauthorized
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
details
Forbidden
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
details
Not Found
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
details
Internal error
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
details
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/ni/infra/nodes/{id}