Use this operation to remove a specified node.
The request body is optional for the delete operation.
DELETE /{device_id}/nodes/{node_id}
Request body Optional
{
"account_number": "<Account Number> (required)"
}
202 Response
The request has been accepted for processing.
{
"status": 202,
"timestamp": "2020-12-10 14:05:09.385509",
"@type": "Event",
"message": "Processing",
"@ref": "{tenant-id}/loadbalancers/{device-id}/events/{event-id(str)}",
"id": "{event-id(str)}"
}